AmplifyUIBuilder / Client / delete_theme
delete_theme¶
- AmplifyUIBuilder.Client.delete_theme(**kwargs)¶
- Deletes a theme from an Amplify app. - See also: AWS API Documentation - Request Syntax- response = client.delete_theme( appId='string', environmentName='string', id='string' ) - Parameters:
- appId (string) – - [REQUIRED] - The unique ID of the Amplify app associated with the theme to delete. 
- environmentName (string) – - [REQUIRED] - The name of the backend environment that is a part of the Amplify app. 
- id (string) – - [REQUIRED] - The unique ID of the theme to delete. 
 
- Returns:
- None 
 - Exceptions