Skip to main content

Disable Webhook Topic

POST 

/api/shopify/:integrationInstance/webhooks/configurations/:topic/disable

Removes the webhook subscription for the given topic from the connected shop (live call to the Shopify Admin API). Succeeds even if the subscription was already removed on the Shopify side.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Path parameter: topic uses triple dashes in place of slashes, e.g. orders---create for the orders/create topic.

Request

Responses

OK

Response Headers
    Content-Type