Unassign Office Staff From a DSO
DELETE /admin/office-staffs/{staffID}/dso/{dsoID}
DELETE
/admin/office-staffs/{staffID}/dso/{dsoID}
Will unassign office staff from the specified DSO ID
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” staffID
required
string
Staff ID
dsoID
required
string
DSO ID
Responses
Section titled “ Responses ”No Content
Bad request
object
error
string
some meaningful error messageUnauthorized
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