DeadlineCloud / Client / delete_storage_profile

delete_storage_profile#

DeadlineCloud.Client.delete_storage_profile(**kwargs)#

Deletes a storage profile.

See also: AWS API Documentation

Request Syntax

response = client.delete_storage_profile(
    farmId='string',
    storageProfileId='string'
)
Parameters:
  • farmId (string) –

    [REQUIRED]

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

  • storageProfileId (string) –

    [REQUIRED]

    The storage profile ID of the storage profile to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions