Delete Binder Template
Delete an existing binder template from your Vault.
DELETE
/api/{version}/objects/binders/templates/{template_name}Headers
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path ParametersRequest
Section link for Requestcurl -X DELETE -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v19.1/objects/binders/templates/binder_template_1__cResponse
Section link for Response{
"responseStatus": "SUCCESS"
}