restApiKeyDelete
Permanently deletes a REST API key from the system.
Errors: REST_API_KEY_DELETE_ERROR, REST_API_KEY_NOT_FOUND_ERROR if API key doesn't exist.
AUTH: Role=[apikey.OWNER]
restApiKeyDelete(
id: String!
): Boolean!
Arguments
restApiKeyDelete.id ● String! non-null scalar
Unique identifier of the REST API key to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.