REST ClientProject

delete

View as MarkdownOpen in Claude

tokens.delete

Revoke and delete an API token.

Path parameters

token_idstringRequiredformat: "uuid"
The unique identifier of the token that you want to delete.

Response

Example

from signalwire.rest import RestClient
client = RestClient(
project="your-project-id",
token="your-api-token",
host="your-space.signalwire.com",
)
client.project.tokens.delete("token-id")