POST
/
apps
/
remove-app-from-teams
curl --request POST \
  --url https://apps-studio.thena.ai/apps/remove-app-from-teams \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "installationId": "<string>",
  "teamIds": [
    "<string>"
  ]
}'
{
  "message": "<string>",
  "teamIdsRemoved": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

201
application/json

Operation successful

The response is of type object.