Sign inGet Started

End an Apple Messages for Business suppression

DELETE
/v1/amb/suppressions/{suppression_id}
const result = await bird.amb.suppressions.delete(
  "asp_01krdgeqcxet5s7t44vh8rt9mg",
);
console.log(result);
Ends the suppression episode, so the handle can be messaged again. The episode itself is kept and stays readable by ID, recording when and how it ended. This does not delete history: dropping an episode from the list does not erase the record of when the handle was suppressed. An episode opened by a close also ends automatically when the same customer starts that conversation again, without any call to this endpoint; this endpoint can end an episode of any origin directly, at any time. Calling this again on an episode that has already ended succeeds and changes nothing; an ID that does not exist still returns 404.
Parametri
suppression_id
string