Delete a Catalog Rule
DELETE
a Catalog Rule by ID
https://api.moltin.com/pcm/catalogs/rules/:catalogRuleId
Deletes the specified catalog rule.
Parameters
Path parameters
Name | Required | Type | Description |
---|---|---|---|
catalogRuleId | Required | string | Specifies the unique identifier of the catalog rule. |
Headers
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token to grant access to the API. Note that this must be a client credentials token. |
Request Example
curl -X DELETE https://api.moltin.com/pcm/catalogs/rules/ac7d1ea8-6220-44b6-978d-a55bf111772d \
-H "Authorization: Bearer XXXX"
Response Example
204 No Content