curl --request DELETE \
--url https://api.getoutbox.ai/settings/staff \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"staff_id": "<string>"
}
'Remove a staff member from the company
curl --request DELETE \
--url https://api.getoutbox.ai/settings/staff \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"staff_id": "<string>"
}
'