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.

Responses

  • 204

    The resource was deleted successfully.

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