DELETE
/
account
/
ippool
/
{ippool_id}
Delete a Specific IPPool
curl --request DELETE \
  --url https://api.sendpost.io/api/v1/account/ippool/{ippool_id}
{
  "id": 756,
  "message": "IPPool (Marketing Promotional) has been deleted successfully"
}

Path Parameters

ippool_id
integer
required

The ID of the IPPool to delete

Example:

756

Response

200
application/json

Successful deletion of the IPPool

The response is of type object.