Removes office staff permanently from system
DELETE /admin/office-staffs/{staffID}
DELETE
/admin/office-staffs/{staffID}
Will remove office staff permanently from our system using soft deletion to keep reference.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” staffID
required
string
Staff ID
Responses
Section titled “ Responses ”No Content
Unauthorized
object
error
string
some meaningful error messageForbidden
object
error
string
some meaningful error messageNot Found
object
error
string
some meaningful error messageInternal server error
object
error
string
some meaningful error message