Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
tokens
/
{tokenId}
cURL
curl --request DELETE \
  --url https://{deployment}.convex.site/v1/projects/{projectId}/tokens/{tokenId}
{
  "success": true
}

Path Parameters

projectId
string
required
Minimum string length: 1
Example:

"proj_abc123"

tokenId
string
required
Minimum string length: 1
Example:

"tok_abc"

Response

200 - application/json

Token deleted successfully

success
boolean
required