Authorization: ********************
curl --location --request DELETE 'https://api.qal.eazy2biz.com/v1/customerTables/ID of customer table/headers/ID of the customer table header to delete' \
--header 'Authorization;'
{
"_id": "string",
"name": "string",
"headerType": "NUMBER",
"helpText": "string",
"validations": [
{
"headerValidationType": "REQUIRED",
"validationValue": "string"
}
]
}