Skip to main content
DELETE
/
v1
/
auth
/
tokens
/
{id}
Revoke review API token
curl --request DELETE \
  --url https://api.propelcode.ai/v1/auth/tokens/{id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.propelcode.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Dashboard authentication token.

Path Parameters

id
integer
required

Token ID.

Required range: x >= 1

Response

Token revoked.

The response is of type object.