DeleteApiKey
DELETE
/organizations/{org_id}/api-keys/v1/{key_id}Path Parameters
org_id*org_id
The org_id path parameter.
key_id*key_id
The key_id path parameter.
Match
^[0-9A-Za-z]+$Response Body
200application/json
Success
type: unknown
{
"$ref": "#/components/schemas/google.protobuf.Empty",
"$ref-value": {
"type": "object",
"description": "An empty JSON object."
}
}curl -X DELETE "https://api.rixl.com/organizations/OR98234j23/api-keys/v1/XyZ9aB8cD1"Success
application/json
{
"$ref": "#/components/schemas/google.protobuf.Empty",
"$ref-value": {
"type": "object",
"description": "An empty JSON object."
}
}