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"
}
'Uninstalls an app and removes all associated data for the given teams.
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"
}
'