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>'
{}

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.