Skip to content

Remove Document from Binder

DELETE/api/{version}/objects/binders/{binder_id}/documents/{section_id}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{binder_id}The binder id field value.
{section_id}The binder node id field value.
curl -X DELETE -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v24.3/objects/binders/566/documents/1427491342404:-1828014479
{
    "responseStatus": "SUCCESS",
    "id": "1427491342404:-1828014479"
}

On SUCCESS, Vault returns the Node ID of the deleted document.