:doc:`SSMIncidents <../../ssm-incidents>` / Client / delete_timeline_event

*********************
delete_timeline_event
*********************



.. py:method:: SSMIncidents.Client.delete_timeline_event(**kwargs)

  

  Deletes a timeline event from an incident.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/DeleteTimelineEvent>`_  


  **Request Syntax**
  ::

    response = client.delete_timeline_event(
        eventId='string',
        incidentRecordArn='string'
    )
    
  :type eventId: string
  :param eventId: **[REQUIRED]** 

    The ID of the event to update. You can use ``ListTimelineEvents`` to find an event's ID.

    

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

    The Amazon Resource Name (ARN) of the incident that includes the timeline event.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SSMIncidents.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SSMIncidents.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`SSMIncidents.Client.exceptions.ValidationException`

  
  *   :py:class:`SSMIncidents.Client.exceptions.InternalServerException`

  