v1
latestOpenAPI 3.0.02026-07-26866217.8 KBTask
Delete Staff
Delete a staff permanently along with their property assignments. Returns 404 if the staff does not exist or is not accessible to the current operator.
delete/staffs/{id}
Path parameters
idinteger required
Id of the staff to delete.
Response
The staff has been successfully deleted.
Example response
{
"error_msg": "Done."
}