:doc:`SSM <../../ssm>` / Client / delete_ops_metadata

*******************
delete_ops_metadata
*******************



.. py:method:: SSM.Client.delete_ops_metadata(**kwargs)

  

  Delete OpsMetadata related to an application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsMetadata>`_  


  **Request Syntax**
  ::

    response = client.delete_ops_metadata(
        OpsMetadataArn='string'
    )
    
  :type OpsMetadataArn: string
  :param OpsMetadataArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of an OpsMetadata Object to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SSM.Client.exceptions.OpsMetadataNotFoundException`

  
  *   :py:class:`SSM.Client.exceptions.OpsMetadataInvalidArgumentException`

  
  *   :py:class:`SSM.Client.exceptions.InternalServerError`

  