:doc:`Schemas <../../schemas>` / Client / delete_schema_version

*********************
delete_schema_version
*********************



.. py:method:: Schemas.Client.delete_schema_version(**kwargs)

  

  Delete the schema version definition

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/DeleteSchemaVersion>`_  


  **Request Syntax**
  ::

    response = client.delete_schema_version(
        RegistryName='string',
        SchemaName='string',
        SchemaVersion='string'
    )
    
  :type RegistryName: string
  :param RegistryName: **[REQUIRED]** 

    The name of the registry.

    

  
  :type SchemaName: string
  :param SchemaName: **[REQUIRED]** 

    The name of the schema.

    

  
  :type SchemaVersion: string
  :param SchemaVersion: **[REQUIRED]** The version number of the schema

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Schemas.Client.exceptions.BadRequestException`

  
  *   :py:class:`Schemas.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`Schemas.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Schemas.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Schemas.Client.exceptions.NotFoundException`

  
  *   :py:class:`Schemas.Client.exceptions.ServiceUnavailableException`

  