cURL
curl --request DELETE \ --url https://api.callaidan.com/settings/staff \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "staff_id": "<string>" } '
Remove a staff member from the company
Company API Key
Staff ID to remove
ID of the staff member to remove
Staff member removed successfully