DELETE
/
v2
/
workspaces
/
{workspaceId}
/
pricing-rules
/
{pricingRuleId}
Delete a custom pricing rule in a workspace
curl --request DELETE \
  --url https://api.pelanor.io/v2/workspaces/{workspaceId}/pricing-rules/{pricingRuleId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
pricingRuleId
string
required

Response

200
application/json

A successful response.

The response is of type object.