DeleteResourceResult
From
Description
Returns the success or failure to delete a specified resource.
Success Mode
None of the failure fields are populated, indicating there was no problem with deleting the resource.
Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
ResourceNotFoundFailure | A resource with a name matching the reqested resource name was not found on the server. |