How to use Refine Antd DeleteButton with additional query params to the delete function?
This is my DeleteButton on the List
And my delete endpoint looks like this
How can I pass the user ID to the delete resource?
And my delete endpoint looks like this
[DELETE] /service/:id?user_id=abcHow can I pass the user ID to the delete resource?
