delete_api_key_by_id
Delete an API key by its ID to revoke access, reducing security risks.
Instructions
API Keys · mutation deleteApiKeyById. Variables: id, user. Example variables: {"id":"","user":""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GraphQL: ID! | |
| user | No | GraphQL: ID | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |