• PXM Catalogs/
    PXM Catalog Rules API/
    Delete a Rule

    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

    NameRequiredTypeDescription
    catalogRuleIdRequiredstringSpecifies the unique identifier of the catalog rule.

    Headers

    NameRequiredTypeDescription
    AuthorizationRequiredstringThe 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

    Was this helpful?

    Previous
    Update a Rule