REST ClientProjectdeleteCopy page|View as Markdown|Open in Claude|More actionstokens.delete Revoke and delete an API token. Path parameterstoken_idstringRequiredformat: "uuid"The unique identifier of the token that you want to delete.Response Example from signalwire.rest import RestClientclient = RestClient( project="your-project-id", token="your-api-token", host="your-space.signalwire.com",)client.project.tokens.delete("token-id")