DELETE
/
apps
/
{id}
Delete an app
curl --request DELETE \
  --url https://{FUSION HOST}/api/apps/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'

Headers

If-Match
string
default:"-1"

An optional tag to match.

Path Parameters

id
string
required

The app ID.

Body

application/json · object

Additional request parameters, if any (such as relatedObjectIds), can be supplied in the request body instead of as request parameters. Use this if the URL is getting too long.

The body is of type object.