UNLOCK
UNLOCK is used to unlock a resource in the service.
Request
Headers
X-Cloud-Lock: 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. |
Headers
No special response headers are returned.
Entity
No response entity is returned.
Error Responses
|
HTTP Code |
Description |
|
400 (Bad Request) |
The request is not valid (e.g., the lock id is invalid). |
|
404 (Not Found) |
The resource is not found. |
Side Effects
The lock on the resource is removed.