Skip to content
DELETE/api/{version}/objects/binders/{binder_id}/versions/{major_version}/{minor_version}/relationships/{relationship_id}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{binder_id}The binder id field value.
{major_version}The binder major_version_number__v field value.
{minor_version}The binder minor_version_number__v field value.
{relationship_id}The binder relationship id field value.
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v26.1/objects/binders/566/versions/0/4/relationships/202
{ "responseStatus": "SUCCESS", "responseMessage": "Document relationship successfully deleted.", "id": 202 }