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_id
The organization ID
project_id
The project ID
installation_id
Response
Slack installation deleted
ok
Whether the delete operation succeeded.
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error