Delete domain cert v4

DELETE /v1/LinkShortening/Domains/{DomainSid}/Certificate

Path parameters

  • DomainSid string Required

    Unique string used to identify the domain that this certificate should be associated with.

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/LinkShortening/Domains/{DomainSid}/Certificate
curl \
 --request DELETE 'https://messaging.twilio.com/v1/LinkShortening/Domains/{DomainSid}/Certificate' \
 --user "username:password"