viewId to delete all rows from that view. You can optionally specify omitDeletingRecordIds to exclude certain records from deletion.curl --location --request DELETE 'https://api.clay.com/v3/tables/<TABLE_ID>/records' \
--header 'Cookie: {YOUR_CLAY_COOKIES}' \
--data-urlencode '%7B%22deleteAll%22%3Atrue%2C%22viewId%22%3A%22%7BVIEW_ID%7D%22%2C%22omitDeletingRecordIds%22%3A%5B%5D%2C%22recordIds%22%3A%5B%5D%2C%22viewFiltersHash%22%3A%22%7BFILTERS_HASH%7D%22%7D='{}