curl --request DELETE \
--url https://api.example.com/api/dashboard/sync-keys/{key_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Revoke a sync key. Idempotent — revoking an already-revoked key succeeds silently. Returns 404 only if the key doesn’t exist for this merchant.
curl --request DELETE \
--url https://api.example.com/api/dashboard/sync-keys/{key_id}{
"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.