Delete the secondary Auth Token from your account

DELETE /v1/AuthTokens/Secondary

Secondary Auth Token

Delete the secondary Auth Token from your account

Responses

  • The resource was deleted successfully.

DELETE /v1/AuthTokens/Secondary
curl \
 -X DELETE https://accounts.twilio.com/v1/AuthTokens/Secondary \
 --user "username:password"