Removes a coverage limit preset from the rating engine revision’s config JSON
by ID. The preset is permanently removed from the coverageLimitPresets array
in the revision’s config.
This endpoint is for rating-engine companies — presets are stored in
rating_engine_revisions.config.coverageLimitPresets, not in the
coverage_limit_presets table.
For non-rating-engine companies, use DELETE /configuration/presets/{presetId} instead.
Required permission: company:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Configuration rating preset identifier
The rating engine revision to update
Controls how the rating engine revision is updated. UpdateExistingRevision modifies the specified revision in place. CreateNewRevision is not yet implemented.
UpdateExistingRevision, CreateNewRevision