Deletes a single webhook based on the ID supplied
curl --request DELETE \ --url https://www.landing.so/api/webhook/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
OAuth2 Bearer token for authentication
ID of webhook to delete
Webhook deleted successfully
The response is of type object.
object