Authorization: Bearer ********************
{
"managerID": 0,
"costAttributeCodes": [
0
]
}
curl --location --request DELETE '/cost-attribute/delete-attribute' \
--header 'Content-Type: application/json' \
--data-raw '{
"managerID": 0,
"costAttributeCodes": [
0
]
}'
{
"code": 10000,
"message": "success",
"data": {
"managerID": 0,
"costAttributeCodes": [
0
]
},
"errorMessage": "string"
}