Skip to main content
DELETE
https://api.unitedmarket.ai
/
me
/
api-keys
/
{id}
Revoke an API key
curl --request DELETE \
  --url https://api.unitedmarket.ai/me/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

SIWE access token returned by POST /auth/verify.

Path Parameters

id
string
required

API key id.

Response

API key revoked.

success
boolean
Example:

true