Remove a push notification credential from your account

DELETE /v1/Credentials/{Sid}

A Credential resource represents a push notification credential.

Remove a push notification credential from your account

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies this resource.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CR[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Credentials/{Sid}
curl \
 --request DELETE 'https://conversations.twilio.com/v1/Credentials/{Sid}' \
 --user "username:password"