Revoke the access to a store item
Scope requis : write:stores.
Autorisation
bearer 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