:doc:`IVS <../../ivs>` / Client / delete_playback_restriction_policy

**********************************
delete_playback_restriction_policy
**********************************



.. py:method:: IVS.Client.delete_playback_restriction_policy(**kwargs)

  

  Deletes the specified playback restriction policy.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/DeletePlaybackRestrictionPolicy>`_  


  **Request Syntax**
  ::

    response = client.delete_playback_restriction_policy(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    ARN of the playback restriction policy to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`IVS.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`IVS.Client.exceptions.PendingVerification`

  
  *   :py:class:`IVS.Client.exceptions.ConflictException`

  