APIIntegrations
Delete a Slack channel-to-project mapping
Delete a channel-to-project mapping.
Path Parameters
connectionId*string
Slack integration connection ID (the integration_connections.id, not the Slack team id).
Format
uuidslackChannelId*string
Length
1 <= lengthRequest 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}