Sazabi
APIIntegrations

Delete a Slack channel-to-project mapping

DELETE
/integrations/connections/{connectionId}/slack-channel-project-mappings/{slackChannelId}

Delete a channel-to-project mapping.

Path Parameters

connectionId*string

Slack integration connection ID (the integration_connections.id, not the Slack team id).

Formatuuid
slackChannelId*string
Length1 <= length

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/integrations/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/slack-channel-project-mappings/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true}