AppSync / Client / delete_channel_namespace
delete_channel_namespace#
- AppSync.Client.delete_channel_namespace(**kwargs)#
Deletes a
ChannelNamespace
.See also: AWS API Documentation
Request Syntax
response = client.delete_channel_namespace( apiId='string', name='string' )
- Parameters:
apiId (string) –
[REQUIRED]
The ID of the
Api
associated with theChannelNamespace
.name (string) –
[REQUIRED]
The name of the
ChannelNamespace
.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AppSync.Client.exceptions.BadRequestException
AppSync.Client.exceptions.ConcurrentModificationException
AppSync.Client.exceptions.NotFoundException
AppSync.Client.exceptions.UnauthorizedException
AppSync.Client.exceptions.InternalFailureException
AppSync.Client.exceptions.AccessDeniedException