Skip to main content
DELETE
/
settings
/
staff
Remove Staff Member
curl --request DELETE \
  --url https://api.getoutbox.ai/settings/staff \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "staff_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

Company API Key

Body

application/json

Staff ID to remove

staff_id
string
required

ID of the staff member to remove

Response

Staff member removed successfully