logo
ClientClient_uuid
DELETE
/client/{client_uuid}

Authorization

x-api-key<token>

HMAC-SHA256 signed key produced by the apikee engine. Format: <base62-id>.<base62-claims>.<base62-hmac> The first 12 characters are the keyPrefix (safe for logging).

In: header

Path Parameters

client_uuid*string
Formatuuid

Query Parameters

keyId?string

Response Body

application/json

curl -X DELETE "https://apikee.dev/api/v1/client/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "success": true
}