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.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

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