Proxy Keys
Delete Proxy Key
Delete a specific proxy key you own
POST
Permanent delete. Identify the key with body field proxy_key. Legacy DELETE /v1/auth/proxy/delete/ still works but is discouraged.
Authorizations
Enter your API key (starts with 'ek-')
Body
application/json
The proxy key to look up / toggle / delete (must be one you own)
Required string length:
1 - 256Example:
"ek-proxy-1234567890abcdef"
Response
Proxy key deleted successfully
Example:
"Proxy key deleted"
