Is it possible to access meta values passed into <DeleteButton meta={...} /> on the backend?
I am using the delete button provided by @refinedev/antd. Looking at the docs, I see meta property where I can add some additional data. How do I access the values in meta when making the delete request?
