Remove Document from Binder
DELETE
/api/{version}/objects/binders/{binder_id}/documents/{section_id}Headers
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path Parameters| Name | Description |
|---|---|
{binder_id} | The binder id field value. |
{section_id} | The binder node id field value. |
Request
Section link for Requestcurl -X DELETE -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v23.1/objects/binders/566/documents/1427491342404:-1828014479Response
Section link for Response{
"responseStatus": "SUCCESS",
"id": "1427491342404:-1828014479"
}Response Details
Section link for Response DetailsOn SUCCESS, Vault returns the Node ID of the deleted document.