Authorization: Bearer ********************curl --location --request DELETE 'https://api.ordermesh.io/catalog/v1/merchantCatalog/' \
--header 'Authorization: Bearer <token>'{
"errorCode": "ValidationError",
"requestId": "224b67bd-02e2-4b0c-9eef-2559e51d1866",
"errors": [
{
"errorMessage": "'Title' must not be empty.",
"propertyName": "Title",
"attemptedValue": ""
}
]
}