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."
}Deletes an installation by its ID.
The installation must belong to the authenticated company. An installation cannot be deleted if it has active profiles associated with it. Remove all profiles before uninstalling the app.
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."
}Was this page helpful?