curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/lists/{id}/records/{record_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}Removes a record from a list without deleting the record itself
curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/lists/{id}/records/{record_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}