Skip to main content

gqlApiKeyDelete

Permanently deletes a GraphQL API key from the system.

Errors: GQL_API_KEY_DELETE_ERROR, GQL_API_KEY_NOT_FOUND_ERROR if API key doesn't exist.

AUTH: Role=[apikey.OWNER]

gqlApiKeyDelete(
id: String!
): Boolean!

Arguments

gqlApiKeyDelete.id ● String! non-null scalar

Unique identifier of the GraphQL API key to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.