Release a document lock

delete/locks/documents

Releases a document lock. A document lock times out after two hours or when the session ends; whichever occurs first.

Request Samples

1

Response Samples

1Not Available

Query Parameters

NameTypeRequiredDescription
id
string
true

The ID of the document.

type
string
true

The entity type name of the document.

Responses

StatusMeaningDescription
204No Content

The lock was released. If there was no lock, a 204 is still returned.