Delete the secondary Auth Token from your account

DELETE /v1/AuthTokens/Secondary

Secondary Auth Token

Delete the secondary Auth Token from your account

Responses

  • 204

    The resource was deleted successfully.

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