curl --request DELETE \
--url https://api.getmembrane.com/data-link-tables/{idOrKey}/links \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"direction": "import",
"appRecordId": "<string>",
"externalRecordId": "<string>"
}
'