Documentation

Revoke the access to a store item

POST
/api/v1/external/store/revoke

Scope requis : write:stores.

AutorisationBearer <jeton>

JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.

Dans: header

Corps de requête

application/json

Définitions TypeScript

Utilisez le type request body en TypeScript.

storeItemId*string

Id of the store item to buy

type*string

Valeur parmi

  • "MODEL"
  • "AGENT"
  • "APPLICATION"
storeType*string

Valeur parmi

  • "VOX"
  • "AI_STORE"

Corps de réponse

curl -X POST "https://example.com/api/v1/external/store/revoke" \  -H "Content-Type: application/json" \  -d '{    "storeItemId": "string",    "type": "MODEL",    "storeType": "VOX"  }'
Vide