Delete search rule group
DELETE/pcm/catalogs/search/rule-groups/:rule_group_id
Delete a search rule group by ID. Rules in the group are cascade-deleted.
A rule group cannot be deleted while it is referenced by any search profile. Remove the group from profile rule_groups first.
Repeated delete requests succeed with 204 No Content when the group is already gone.
Request
Responses
- 204
- 403
- 409
- 500
Successfully deleted search rule group
Permission denied
Conflict - search rule group is referenced by a search profile
Internal server error. There was a system failure in the platform.