Secure token deletion API guide in private mode with encryption
Content-Type: application/json
for DELETE requests, if an error occurs, use text/plain
instead.tokenA
, tokenB
, tokenC
tokenA
, tokenC
, tokenD
tokenB
tokenD
]Error Code | HTTP Status | Description |
---|---|---|
invalid_payload | 400 | Missing request payload or format error |
invalid_path | 400 | Unsupported HTTP method |
invalid_project | 400 | Missing project ID or invalid API key |
internal_server_error | 500 | Internal server error |
Error Code | HTTP Status | Description |
---|---|---|
invalid_token_id | 400 | Missing token ID, empty value, or not an array |
invalid_token_id_format | 400 | Token ID format rule violation |
request_token_limit_exceeded | 400 | Request token count limit exceeded (100) |
token_id_not_found | 400 | Requested token does not exist in pool |
Check tokens to delete
Execute token deletion
Check deletion results
summary.deleted
field.details.notFound
.Content-Type: application/json
causes an error, set the header to text/plain
instead.