curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/records/{record_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}Permanently deletes a record and all its associated data
curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/records/{record_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}