CloudDirectory.Client.delete_schema(**kwargs)¶Deletes a given schema. Schemas in a development and published state can only be deleted.
See also: AWS API Documentation
Request Syntax
response = client.delete_schema(
SchemaArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the development schema. For more information, see arns.
{
'SchemaArn': 'string'
}
Response Structure
The input ARN that is returned as part of the response. For more information, see arns.
Exceptions
CloudDirectory.Client.exceptions.InternalServiceExceptionCloudDirectory.Client.exceptions.InvalidArnExceptionCloudDirectory.Client.exceptions.RetryableConflictExceptionCloudDirectory.Client.exceptions.ValidationExceptionCloudDirectory.Client.exceptions.LimitExceededExceptionCloudDirectory.Client.exceptions.AccessDeniedExceptionCloudDirectory.Client.exceptions.ResourceNotFoundExceptionCloudDirectory.Client.exceptions.StillContainsLinksException