Skip to main content
DELETE
/
installations
/
{installation_id}
Delete an installation
curl --request DELETE \
  --url https://api-dev.narrative.io/installations/{installation_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Unauthorized",
  "error_description": "You are not authorized to use this endpoint."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

installation_id
integer<int64>
required

The unique identifier for the installation.

Response

Successfully deleted the installation.