Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_slack_channel_configuration

delete_slack_channel_configuration(**kwargs)

Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.

See also: AWS API Documentation

Request Syntax

response = client.delete_slack_channel_configuration(
    channelId='string',
    teamId='string'
)
Parameters
  • channelId (string) --

    [REQUIRED]

    The channel ID in Slack. This ID identifies a channel within a Slack workspace.

  • teamId (string) --

    [REQUIRED]

    The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG .

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • SupportApp.Client.exceptions.ConflictException
  • SupportApp.Client.exceptions.ResourceNotFoundException
  • SupportApp.Client.exceptions.AccessDeniedException
  • SupportApp.Client.exceptions.InternalServerException
  • SupportApp.Client.exceptions.ValidationException