Delete a legacy API token
DELETE
/api/legacy-api-tokens/{id}
Permanently revokes an imported legacy API token. Once deleted, the token can no longer authenticate against the API. Only the owner of the token may delete it.
Authorizations
ApiToken
Long-lived API token created via POST /api/api-tokens (returned once in plaintext).
Type
API Key (header: X-API-TOKEN)
or
JWT
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Type
HTTP (bearer)
Parameters
Path Parameters
id*
legacy-api-token identifier
Type
Requiredstring
Responses
legacy-api-token resource deleted
