Revoke a short-lived API token by its ID.
mutation DeleteApiToken($id: String!) { deleteApiToken(id: $id) }