Skip to content

Delete Token

DELETE https://www.kkiai.com/api/token/194804/

Request Parameters

Header Parameters

Parameter NameTypeRequiredDescriptionExample
content-typestringRequiredapplication/json
new-api-userstringRequired1
AuthorizationstringOptional

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
{}