ConnectCases / Client / delete_related_item
delete_related_item¶
- ConnectCases.Client.delete_related_item(**kwargs)¶
Deletes the related item resource under a case.
Note
This API cannot be used on a FILE type related attachment. To delete this type of file, use the DeleteAttachedFile API
See also: AWS API Documentation
Request Syntax
response = client.delete_related_item( caseId='string', domainId='string', relatedItemId='string' )
- Parameters:
caseId (string) –
[REQUIRED]
A unique identifier of the case.
domainId (string) –
[REQUIRED]
A unique identifier of the Cases domain.
relatedItemId (string) –
[REQUIRED]
A unique identifier of a related item.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions