Skip to main content
DELETE

Overview

Permanently removes a token from your organisation. Any API request using this token after deletion will return 401 Unauthorized. Unlike disabling a token (PATCH), deletion is irreversible — use it for tokens that are confirmed decommissioned and no longer needed for audit trail purposes.
Deleting a token that is still in use by a production service will immediately break those API calls. Confirm the token is no longer in use before deleting. When in doubt, disable first (PATCH enabled: false) and monitor for 401 errors before proceeding to delete.

Path Parameters

string
required
Your organisation’s unique identifier.
string
required
The numeric ID of the token to permanently delete.