Deplo
API Reference

Revoke an access token

Immediately invalidates the token. This action cannot be undone.

DELETE
/access-tokens/{tokenId}
AuthorizationBearer <token>

Enter your JWT token

In: header

Path Parameters

tokenId*string

Token ID to revoke

Header Parameters

X-Workspace-Id?string

Required when authenticating with a JWT (not needed for API tokens)

Response Body

curl -X DELETE "https://loading/access-tokens/string"
Empty
Empty
Empty