QuickAlerts: Updating destination

So, I want to update the quickalerts destination url of an active notification via the API call.

I noticed there is no update API for a destination, so i though i will just delete the destination and create a new one with updated destination url, but turns out that you cannot delete the active destination.

{“statusCode”:403,“message”:“Cannot delete a destination that is connected to an active notification.”}

What steps would you suggest?

Hi Dino :wave:,

In this case you can create a new destination, get that new destination’s ID, and then update your notification to use the new destination ID.

-Nick