cURL
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" }
Deletes a specific IP resource based on the provided IP ID.
This api key can be used for all account level operations
The ID of the IP resource to delete
Confirmation message after successful IP deletion
The unique ID of the IP
11322
The confirmation message after deletion
"IP (34.21.14.11) has been deleted successfully"