put https://api.monetizeplatform.com/api/offerings//rates//cancel
Cancel rate by providing offering Id and rate Id
Log in to see full request history
Responses
400Bad Request
500Internal server error. Please contact the support team.
Cancel rate by providing offering Id and rate Id
400Bad Request
500Internal server error. Please contact the support team.
xxxxxxxxxx
curl --request PUT \
--url https://api.monetizeplatform.com/api/offerings/offeringId/rates/rateId/cancel \
--header 'accept: application/json'
xxxxxxxxxx
{
"status": 0,
"message": "string"
}