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": {}
}
]
}Unregister a 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.