Delete Slack Channel Mapping

Delete a Slack channel to TaskAgent mapping.

Unlike deleting an installation, this removes the row outright — mappings are not soft-deleted. The channel then falls back to the installation’s default_task_agent_id, and is left unrouted only when the installation has none.

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"
mapping_idstringRequiredformat: "uuid"

Response

Slack channel mapping deleted
okboolean
Whether the delete operation succeeded.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error