Delete a ruleset from the asset library - DeleteDCRuleset

Delete a specified ruleset from the Acoustic Campaign asset library.

📘

Important note

You can only delete rulesets that are not associated with a email. If you attempt to delete a email’s ruleset, you will receive an error (the ruleset is currently associated with an email).

If you are trying to delete the ruleset in order to update its content, use the ReplaceDCRuleset operation.

Elements (Required)

RULESET_ID - The ID of the ruleset to delete

<Envelope>
  <Body>
    <DeleteDCRuleset>
      <RULESET_ID>123</RULESET_ID>
    </DeleteDCRuleset>
  </Body>
</Envelope>
<Envelope>
  <Body>
    <RESULT>
      <SUCCESS>TRUE</SUCCESS>
    </RESULT>
  </Body>
</Envelope>

Elements (Results)

SUCCESS - True if successful; False if an error occurs and the error code displays with a message reporting the issue.