DELETE

DELETE is used to delete a resource from the service.

 

Request

 

Headers

X-Cloud-Lock: Optional. Specify the lock-id used to lock the resource.

 

Entity

No request entity should be provided.

 

Success Response

HTTP Code

Description

204 (No Content)

The request was accepted and processed.

 

Entity

No response entity is provided.

 

Error Responses

HTTP Code

Description

404 (Not Found)

The resource is not found.

409 Conflict

The resource could not be updated because of a locking violation, or the desired update is somehow disallowed due to the current state of the system.

 

Side Effects

The resource is deleted.