Verdocs - Developer Documentation
ReferenceRest APIApi docsFields

Delete a field

DELETE
/v2/fields/{template_id}/{field_name}

Path Parameters

template_id*string
field_name*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.verdocs.com/v2/fields/TEMPLATE_ID/FIELD_NAME" \    -H "Authorization: Bearer ACCESS_TOKEN" \    -H "content-type: application/json" \    -d '{"param": "value"}'
"string"
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}