Release a document lock

delete/locks/documents
Internal-Use Only

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

1No example avaliable

Query Parameters

NameTypeRequiredDescription
id
string
true

The ID of the document.

type
string
true

The entity type name of the document.

Responses

StatusMeaningDescription
204No ContentThe lock was released. If there was no lock, a 204 is still returned.