curl --request DELETE \
--url https://app.tagadapay.com/api/public/v1/block-rules/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Delete a block rule by ID
curl --request DELETE \
--url https://app.tagadapay.com/api/public/v1/block-rules/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}