Skip to content

删除令牌

DELETE https://az.gptplus5.com/api/token/194804/

请求参数

Header 参数

参数名类型必需说明示例
content-typestring必需application/json
new-api-userstring必需1
Authorizationstring可选

cURL 示例

bash
curl --location --request DELETE 'https://az.gptplus5.com/api/token/194804/' \
--header 'new-api-user: 1' \
--header 'Authorization;' \
--header 'content-type: application/json'

返回响应

🟢200成功

响应示例

json
{}