v1

latestOpenAPI 3.0.1MIT2026-07-26236440.2 KB

Delete Proxy Key

Permanently delete a single proxy key you own. Replaces the legacy DELETE /auth/proxy/delete/{proxy_key}; the proxy key identifier is sent in the request body so the URL is static.

post/auth/proxy/remove

Request body

proxy_keystring required

The proxy key to look up / toggle / delete (must be one you own)

Example request

{
  "proxy_key": "ek-proxy-1234567890abcdef"
}

Response

Proxy key deleted successfully

messagestring

Example response

{
  "message": "Proxy key deleted"
}