curl --request DELETE \
--url https://api.getoutbox.ai/settings/company/staff/ \
--header 'Authorization: Bearer <token>'Remove a user from the authenticated company. Their account is unaffected — only the company role mapping is deleted.
curl --request DELETE \
--url https://api.getoutbox.ai/settings/company/staff/ \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Staff member removed.