:doc:`DeadlineCloud <../../deadline>` / Client / delete_storage_profile

**********************
delete_storage_profile
**********************



.. py:method:: DeadlineCloud.Client.delete_storage_profile(**kwargs)

  

  Deletes a storage profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DeleteStorageProfile>`_  


  **Request Syntax**
  ::

    response = client.delete_storage_profile(
        farmId='string',
        storageProfileId='string'
    )
    
  :type farmId: string
  :param farmId: **[REQUIRED]** 

    The farm ID of the farm from which to remove the storage profile.

    

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

    The storage profile ID of the storage profile to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

  