Skip to main content
DELETE
/
open-api
/
v1.0
/
webhooks
/
{webhookConfigurationId}
Delete a webhook
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>"
}
OAuth scope: webhook_writeAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

webhookConfigurationId
string
required

Response

OK