Skip to main content
DELETE
https://backend-develop.themarketunited.com
/
me
/
api-keys
/
{id}
Revoke an API key
curl --request DELETE \
  --url https://backend-develop.themarketunited.com/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