Delete Slack Installation

Soft-delete a Slack installation for the project.

The record is marked deleted rather than removed, and the linked integration’s credential is marked disconnected. The Slack app itself is not uninstalled from the workspace — remove it in Slack as well if that is the intent.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
installation_idstringRequiredformat: "uuid"

Response

Slack installation deleted
okboolean
Whether the delete operation succeeded.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error