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"
}

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"