Skip to main content
DELETE
/
v1
/
security
/
apikey
/
{id}
Revoke API Key
curl --request DELETE \
  --url https://api.runly.pro/v1/security/apikey/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 200,
    "message": "OK",
    "trace_id": "tr_key_rev"
  },
  "data": {
    "message": "API Key revoked successfully"
  },
  "usage": {
    "latency_ms": 15
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Operation Result

status
object
required
data
object
output
object
usage
object