Path Parameters
The unique identifier of the invite
Response
Whether the operation was successful
Success message
Delete an existing invite
curl -X DELETE 'https://api.caret.so/v1/workspace/invites/01887270-45ab-7da0-c95d-9a9e9ebc5e89' \
-H 'Authorization: Bearer {api_key}'
{
"success": true,
"message": "Invite deleted successfully"
}