Theme
Delete Token
DELETE
https://www.kkiai.com/api/token/194804/
Request Parameters
Header Parameters
| Parameter Name | Type | Required | Description | Example |
|---|---|---|---|---|
content-type | string | Required | application/json | |
new-api-user | string | Required | 1 | |
Authorization | string | Optional |
cURL Example
bash
curl --location --request DELETE 'https://www.kkiai.com/api/token/194804/' \
--header 'new-api-user: 1' \
--header 'Authorization;' \
--header 'content-type: application/json'Response
🟢 200 Success
Response Example
json
{}