Skip to main content

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

MethodEndpoint
DELETEhttps://[environment]/v1/api/admin/product/ratePlan/

 

Header Parameters

ParameterDescriptionType
ContextBusiness context for callerString
ActivityIDUnique Id per request for system tracingString

 

Request

 

ParameterDescriptionType
CodeCode that uniquely identifies a rate or group.String
hotelIdCode that uniquely identifies a single hotel property in Control Center.Integer

 

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