GET api/StaffManagement/DeleteAccount?staffId={staffId}

removes a staff member, deletes the account from database

Request Information

URI Parameters

NameDescriptionTypeAdditional information
staffId

string

Required

Body Parameters

None.

Response Information

Resource Description

Ok if succeds, error otherwise

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.