Skip to main content
DELETE
/
api
/
sync
/
webhook
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.example.com/api/sync/webhook/{webhook_id} \
  --header 'X-Site-ID: <x-site-id>' \
  --header 'X-Sync-Secret: <x-sync-secret>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Sync-Secret
string
required
X-Site-ID
string
required

Path Parameters

webhook_id
string
required

Response

Successful Response