Delete a rate templates
DELETE/v1/rates/templates/:id
Remove a flat zone from the system
Request
Path Parameters
id stringrequired
Rate templates ID
Responses
- 200
- 404
- 500
Rate templates deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
_id stringrequired
The ID of the rate template
name stringrequired
The name of the rate template
corporateId stringrequired
The corporate ID
isCorpCustomPricing booleanrequired
Whether the rate template is corporate custom pricing
latestUpdate date-timerequired
The latest update date
{
"_id": "672d07188234567890123456",
"name": "Standard Rate Template",
"corporateId": "672d07188234567890123456",
"isCorpCustomPricing": true,
"latestUpdate": "2025-01-01"
}
Rate templates not found
Internal server error
Loading...