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