curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/objects/{slug}/attributes/{attr_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}Permanently deletes an attribute definition from an object type
curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/objects/{slug}/attributes/{attr_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}