Skip to main content
DELETE
/
v1
/
collaborators
/
{id}
Delete collaborator
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.

Authorizations

Authorization
string
header
required

OAuth2 access token for authentication

Path Parameters

id
string
required

Collaborator ID

Response

Collaborator deleted

message
string
Example:

"Collaborator deleted successfully"