Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns

deleteApiToken
String!
The ID of the deleted API token.

Arguments

id
String!
required
The API token ID (from ApiToken or createApiTokens response).

Example

mutation DeleteApiToken($id: String!) {
  deleteApiToken(id: $id)
}

Playground