DELETE
/
v1
/
project
/
tokens
/
{tokenId}
curl --request DELETE \
  --url https://api.poix.io/v1/project/tokens/{tokenId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tokenId
string
required

The token ID in UUID format.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

200
application/json
Successful response

The response is of type object.