Delete an IP pool
DELETE/v1/ip-pool/delete
Delete an existing IP pool
Request
Query Parameters
provider stringrequired
Possible values: [sparkpost]
Provider Name
pool_id stringrequired
Pool ID
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
success boolean
{
"message": "IP pool deleted successfully",
"success": true
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
details string
error string
success boolean
{
"details": "string",
"error": "string",
"success": false
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
details string
error string
success boolean
{
"details": "string",
"error": "string",
"success": false
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
details string
error string
success boolean
{
"details": "string",
"error": "string",
"success": false
}
Loading...