Revoke (delete) an API key.
The key is permanently deleted. Any active sessions using this key will be rejected on the next request.
cURL
curl --request DELETE \ --url https://api.example.com/v1/keys/{key_id} \ --header 'X-API-Key: <x-api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Your PolySimulator API key
Successful Response
Was this page helpful?