Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete API Key mutation.
deleteApiKey
deleteApiKey(input: DeleteApiKeyInput!): DeleteApiKeyPayload!
mutation DeleteAPIKey($input: DeleteApiKeyInput!) { deleteApiKey(input: $input) { success } }
{ "input": { "id": "" } }