Delete an api key for an organization
curl --request DELETE \
--url https://api.example.com/v1/organizations/api_keys/{api_key_id} \
--header 'X-API-KEY: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request DELETE \
--url https://api.example.com/v1/organizations/api_keys/{api_key_id} \
--header 'X-API-KEY: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}