:doc:`GroundStation <../../groundstation>` / Client / delete_ephemeris

****************
delete_ephemeris
****************



.. py:method:: GroundStation.Client.delete_ephemeris(**kwargs)

  

  Delete an ephemeris.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteEphemeris>`_  


  **Request Syntax**
  ::

    response = client.delete_ephemeris(
        ephemerisId='string'
    )
    
  :type ephemerisId: string
  :param ephemerisId: **[REQUIRED]** 

    The AWS Ground Station ephemeris ID.

    

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

    
    ::

      {
          'ephemerisId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ephemerisId** *(string) --* 

        The AWS Ground Station ephemeris ID.

        
  
  **Exceptions**
  
  *   :py:class:`GroundStation.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`GroundStation.Client.exceptions.DependencyException`

  
  *   :py:class:`GroundStation.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`GroundStation.Client.exceptions.ResourceInUseException`

  