Last updated May 17, 2021

Deprecation notice for the POST /migration/webhook/delete method to delete webhook endpoints

From 18 November 2020, the app migration platform will no longer support deleting webhook endpoints using POST /migration/webhook/delete.

Existing behaviour

Currently, the app migration platform supports deleting webhook endpoints using the POST /migration/webhook/delete.

Replacement

Before 18 November 2020, you will need to do the following:

  • If your app currently uses the POST /migration/webhook/delete to delete existing webhook URLs, you must change it to use the PUT method instead. For example, if you want to delete all existing webhooks, you can use PUT /migration/webhook with an empty list.

You can find related information about this deprecation announcement in the Changelog.

Reason for change

We're making this change to ensure that the app migration platform complies with REST specifications.

Rate this page: