DELETE /api/v202604/billImportRule/{billImportRuleId}

Deletes a bill import rule (history is preserved via temporal table)

DeleteRuleV202604 Permissions: BillProcessingRules (Manage)
Use this endpoint to remove an import rule. The rule’s history is preserved in the temporal table for audit purposes. The rule will no longer be applied during future bill imports.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
billImportRuleId Unique numeric identifier of the rule to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.
404 Not Found The requested resource was not found. Verify the ID or path is correct.