Delete token
Description
Delete an existing token
Url
1 |
DELETE /api/v0/token/{token}/ |
Parameters
optional
- uuid: token's unique identifier
Example
Delete the token whose UUID is 67e857fbb70642dd
Request
1 2 3 |
curl -X DELETE \ -H "Content-Type: application/json" \ 'https://my.craftar.net/api/v0/token/67e857fbb70642dd/?api_key=123456789abcdefghijk123456789abcdefghijk' |
Response
HTTP Status code: 204 No Content
Errors
Token not found
HTTP Status code: 404 Not Found