Personal Access Tokens
Revoke token
ProductionStagingUAT
DELETEhttps://ankiren.com/api/me/tokens/{id}
Parameters
Path Parameters
- idstringpathRequired
Responses
200 · Token revoked
- successboolean
application/json
{ "success": true }
Sample Code
Đổi ngôn ngữ ở ô Language trên thanh Documentation.
cURL
curl -X DELETE 'https://ankiren.com/api/me/tokens/{id}' \
-H 'Authorization: Bearer <token>' \
-H 'Accept: application/json'