POST
/
apps
/
uninstall
curl --request POST \
  --url https://apps-studio.thena.ai/apps/uninstall \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "appId": "123e4567-e89b-12d3-a456-426614174000"
}'

Authorizations

x-api-key
string
header
required

Body

application/json