API Reference
cURL
curl --request DELETE \ --url https://api.runly.pro/v1/security/apikey/{id} \ --header 'Authorization: Bearer <token>'
200
Success
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_key_rev" }, "data": { "message": "API Key revoked successfully" }, "usage": { "latency_ms": 15 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
操作结果
Show child attributes