Skip to main content

Delete IP Address

Deletes an IP address specified by the IP address guid.

DELETE
/ip_addresses/{guid}

Path Parameters

FieldRequiredType

guid

The guid of the IP address.

Required
String

Request sample

Language:shell

_10
curl -L -X GET 'https://int-api.mx.com/ip_addresses/{guid}' \
_10
-H 'Accept: application/vnd.mx.api.v1+json' \
_10
-H 'Authorization: Basic BASE_64_ENCODING_OF{client_id:api_key}'

Response sample

204
Language:json

_10
No response body