cURL
curl --request DELETE \ --url https://api.fourthwall.com/open-api/v1.0/webhooks/{webhookConfigurationId} \ --header 'Authorization: Bearer <token>'
{ "code": "WEBHOOK_CONFIGURATION_NOT_UPDATABLE_OR_DELETABLE", "webhookConfigurationId": "<webhookconfigurationid>", "shopId": "<shopid>" }
Delete a webhook
The access token received from the authorization server in the OAuth 2.0 flow.
OK