auth-tokens

Self Delete

POST
Revokes all the tokens that matches the given token type created by the authenticated user.

Request

This endpoint expects an object.
requested_token_type
enumOptional
The type of the requested token.
POST
1curl -X POST https://api.devrev.ai/auth-tokens.self.delete \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{}'