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?