DELETE
/
account
/
ip
/
{ip_id}
Delete a Specific IP
curl --request DELETE \
  --url https://api.sendpost.io/api/v1/account/ip/{ip_id} \
  --header 'X-Account-ApiKey: <api-key>'
{
  "id": 11322,
  "message": "IP (34.21.14.11) has been deleted successfully"
}

Authorizations

X-Account-ApiKey
string
header
required

This api key can be used for all account level operations

Path Parameters

ip_id
integer
required

The ID of the IP resource to delete

Response

200 - application/json

Confirmation message after successful IP deletion

The response is of type object.