AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteSlackChannelConfigurationAsync.

Namespace: Amazon.SupportApp
Assembly: AWSSDK.SupportApp.dll
Version: 3.x.y.z

Syntax

C#
public virtual DeleteSlackChannelConfigurationResponse DeleteSlackChannelConfiguration(
         DeleteSlackChannelConfigurationRequest request
)

Parameters

request
Type: Amazon.SupportApp.Model.DeleteSlackChannelConfigurationRequest

Container for the necessary parameters to execute the DeleteSlackChannelConfiguration service method.

Return Value


The response from the DeleteSlackChannelConfiguration service method, as returned by SupportApp.

Exceptions

ExceptionCondition
AccessDeniedException You don't have sufficient permission to perform this action.
ConflictException Your request has a conflict. For example, you might receive this error if you try the following: Add, update, or delete a Slack channel configuration before you add a Slack workspace to your Amazon Web Services account. Add a Slack channel configuration that already exists in your Amazon Web Services account. Delete a Slack channel configuration for a live chat channel. Delete a Slack workspace from your Amazon Web Services account that has an active live chat channel. Call the RegisterSlackWorkspaceForOrganization API from an Amazon Web Services account that doesn't belong to an organization. Call the RegisterSlackWorkspaceForOrganization API from a member account, but the management account hasn't registered that workspace yet for the organization.
InternalServerException We can’t process your request right now because of a server issue. Try again later.
ResourceNotFoundException The specified resource is missing or doesn't exist, such as an account alias, Slack channel configuration, or Slack workspace configuration.
ValidationException Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also