Light Mode
Delete a staff member
DELETE
/staff/{staff_id}Remove a staff member from the system.
Request
Path Params
staff_id
string
required
The unique ID of the staff member.
Request samples
Responses
No Content(204)
Record Not Found(404)
Server Error(500)
HTTP Code: 204
Content Type : JSONapplication/json
Staff member deleted successfully
Data Schema
object {0}
Example
{}
Last modified: 5 days ago