SageMaker / Client / delete_partner_app
delete_partner_app¶
- SageMaker.Client.delete_partner_app(**kwargs)¶
- Deletes a SageMaker Partner AI App. - See also: AWS API Documentation - Request Syntax- response = client.delete_partner_app( Arn='string', ClientToken='string' ) - Parameters:
- Arn (string) – - [REQUIRED] - The ARN of the SageMaker Partner AI App to delete. 
- ClientToken (string) – - A unique token that guarantees that the call to this API is idempotent. - This field is autopopulated if not provided. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Arn': 'string' } - Response Structure- (dict) – - Arn (string) – - The ARN of the SageMaker Partner AI App that was deleted. 
 
 
 - Exceptions- SageMaker.Client.exceptions.ConflictException
- SageMaker.Client.exceptions.ResourceNotFound