auth-tokens

Delete

POST
Revokes the token that matches the given token ID issued under the given Dev organization.

Request

This endpoint expects an object.
token_id
stringOptional
The unique identifier for the token under a given Dev organization. If no token ID is provided, then the token ID will be set from the JTI claim of the token in the authorization header.
POST
1curl -X POST https://api.devrev.ai/auth-tokens.delete \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{}'