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