主题
删除令牌
DELETE
https://az.gptplus5.com/api/token/194804/
请求参数
Header 参数
| 参数名 | 类型 | 必需 | 说明 | 示例 |
|---|---|---|---|---|
content-type | string | 必需 | application/json | |
new-api-user | string | 必需 | 1 | |
Authorization | string | 可选 |
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
{}