:doc:`SSMContacts <../../ssm-contacts>` / Client / delete_rotation_override

************************
delete_rotation_override
************************



.. py:method:: SSMContacts.Client.delete_rotation_override(**kwargs)

  

  Deletes an existing override for an on-call rotation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/DeleteRotationOverride>`_  


  **Request Syntax**
  ::

    response = client.delete_rotation_override(
        RotationId='string',
        RotationOverrideId='string'
    )
    
  :type RotationId: string
  :param RotationId: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the rotation that was overridden.

    

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

    The Amazon Resource Name (ARN) of the on-call rotation override to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SSMContacts.Client.exceptions.AccessDeniedException`

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

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

  
  *   :py:class:`SSMContacts.Client.exceptions.ThrottlingException`

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

  