ReferenceApps

Uninstall app

Uninstall an installed app

POST
/apps/uninstall
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Uninstall app input

appIdstring

AppID is the unique identifier of the app to uninstall. The app must belong to the requesting organization and space.

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/apps/uninstall" \  -H "Content-Type: application/json" \  -d '{    "appId": "string"  }'
{
  "id": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}