Skip Navigation

Delete Rate

The Delete Rate Plan operation allows a hotelier to Delete a rate or group rate.

REST API Tokens

How to Construct and Use security tokens


REST Method/Endpoint

Method Endpoint
DELETE https://[environment]/v1/api/admin/product/ratePlan/


Header Parameters

Parameter Description Type
Context Business context for caller String
ActivityID Unique Id per request for system tracing String


Request


Parameter Description Type
Code Code that uniquely identifies a rate or group. String
hotelId Code that uniquely identifies a single hotel property in Control Center. Integer


{
  "code": "grpRt",
  "hotelid": 13098
}