Skip to content

Remove a webhook endpoint this installation owns.

DELETE
/apps/webhooks/subscriptions/{id}
curl --request DELETE \
--url https://your-store.myciqra.com/apps/webhooks/subscriptions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Required scope: write_webhooks — an installation token without it receives 403.

id
required
string format: uuid

No Content

Bad Request

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}

Not Found