Skip to content

Delete a section from a binder.

DELETE/api/{version}/objects/binders/{binder_id}/sections/{section_id}
NameDescription
Content-Typeapplication/json or application/x-www-form-urlencoded
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/v23.1/objects/binders/566/sections/1427486900128:1467568099
{ "responseStatus": "SUCCESS", "id": "1427486900128:1467568099" }

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