logo
EndpointMethod_path
DELETE
/endpoint/{method_path}

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

method_path*string

Query Parameters

project_env?string

e.g. my-app-production

Response Body

application/json

curl -X DELETE "https://apikee.dev/api/v1/endpoint/string"
{
  "success": true,
  "method_path": "string",
  "project_env": "string"
}