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