Connect / Client / delete_notification
delete_notification¶
- Connect.Client.delete_notification(**kwargs)¶
Deletes a notification. Once deleted, the notification is no longer visible to all users and cannot be managed through the Admin Website or APIs.
See also: AWS API Documentation
Request Syntax
response = client.delete_notification( InstanceId='string', NotificationId='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
NotificationId (string) –
[REQUIRED]
The unique identifier for the notification to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
The response from deleting a notification.
Exceptions
Connect.Client.exceptions.InvalidRequestExceptionConnect.Client.exceptions.ResourceNotFoundExceptionConnect.Client.exceptions.InternalServiceExceptionConnect.Client.exceptions.ThrottlingExceptionConnect.Client.exceptions.AccessDeniedExceptionConnect.Client.exceptions.InvalidParameterException