Guide CLI reference API reference Delete a token Permanently revoke and delete a service account token DELETE /auth/v1/seed/auth/tokens/{token_id} Request Response cURL curl --request DELETE \ --url /auth/v1/seed/auth/tokens/{token_id} \ --header 'Authorization: Bearer <token>' Path parameters token_id type: string required The unique identifier for the token to delete.