curl --request DELETE \
--url https://api.capitalcheckin.app/v1/collaborators/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Collaborator deleted successfully"
}Delete a collaborator from the company
curl --request DELETE \
--url https://api.capitalcheckin.app/v1/collaborators/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Collaborator deleted successfully"
}Documentation Index
Fetch the complete documentation index at: https://docs.capitalcheckin.app/llms.txt
Use this file to discover all available pages before exploring further.