Skip to main content
DELETE
/
admin
/
keys
/
{id}
Revoke API key
curl --request DELETE \
  --url https://api.easierprop.com/admin/keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

JWT token obtained from POST /admin/login

Path Parameters

id
integer
required

API key ID

Response

200 - application/json

Key revoked

ok
boolean
Example:

true