Skip to main content
DELETE
/
api
/
storefront
/
customer
/
me
/
agents
/
{agent_token_id}
Revoke My Agent
curl --request DELETE \
  --url https://api.example.com/api/storefront/customer/me/agents/{agent_token_id} \
  --header 'X-Site-ID: <x-site-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.

Headers

authorization
string | null
X-Site-ID
string
required
X-Stella-Token
string | null

Path Parameters

agent_token_id
string<uuid>
required

Response

Successful Response