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
Example request
{
"proxy_key": "ek-proxy-1234567890abcdef"
}Response
Proxy key deleted successfully
Example response
{
"message": "Proxy key deleted"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.