GET api/StaffManagement/DeleteAccount?staffId={staffId}
removes a staff member, deletes the account from database
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
staffId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Ok if succeds, error otherwise
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.