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