Delete ip record

DELETE /v1/IpRecords/{Sid}

IP Records hold information about the IP addresses and ranges (CIDR blocks) that your traffic will be associated with.

Path parameters

  • Sid string Required

    The Twilio-provided string that uniquely identifies the IP Record resource to delete.

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

Responses

  • 204

    The resource was deleted successfully.

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