Skip to main content
DELETE
/
v1
/
invites
/
{id}
curl --request DELETE \
  --url https://api.caret.so/v1/invites/inv_123 \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Invite deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.caret.so/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
The unique identifier of the invite to delete.

Response

success
boolean
Whether the operation was successful.
message
string
Result message.
curl --request DELETE \
  --url https://api.caret.so/v1/invites/inv_123 \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Invite deleted successfully"
}