Overview
Skill Level: Intermediate
Step-by-step
-
Syntax of the request and response XML for DeleteDCRuleset
You can only delete Rulesets that are not associated with a mailing. If you attempt to delete a mailing’s Ruleset, you will receive an error indicating the reason for failure (the Ruleset is currently associated with a mailing). If the desired result is to delete the Ruleset in order to update its content, utilize the ReplaceDCRuleset operation.
Operation <DeleteDCRuleset>  Elements RULESET_ID The ID of the Ruleset to delete. Example <Envelope>
<Body>
<DeleteDCRuleset>
<RULESET_ID>123</RULESET_ID>
</DeleteDCRuleset>
</Body>
</Envelope> Response <RESULT>  Elements SUCCESS “True” indicates successful Ruleset deletion.
“False” indicates an error occurred and the error code displays with a message
reporting the issue.ÂExample <Envelope>
<Body>
<RESULT>
<SUCCESS>TRUE</SUCCESS>
</RESULT>
</Body>
</Envelope>Â