DELETE/rateshop/{rateshopid}

Delete Rateshop

Implementation Notes

This API call enables you to delete a RateShop from your account. It accepts the rateshop ID as a parameter and returns the status of the request.
DELETE/rateshop/{rateshopid}

Parameter Details

NameInTypeRequiredDescription
rateshopidpathinteger(int32)Requirednone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone
400Bad RequestBad RequestNone
401UnauthorizedAuthentication Failed or Account validity expiredNone
500Internal Server ErrorInternal server errorNone

Example Request

# You can also use wget
curl -X DELETE /rateshop/{rateshopid} \
  -H 'Authorization: Bearer {access-token}'

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.