Skip to main content
DELETE
/
api
/
v1
/
business
/
fraud
/
blocked
/
{id}
Unblock a blocked entity (merchant-scoped only)
curl --request DELETE \
  --url http://localhost:3001/api/v1/business/fraud/blocked/{id}
{
  "success": true,
  "data": {
    "id": "b3e3d2d5-2e1b-4fd0-bb63-6c8ad8c0f8c1",
    "unblocked": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

OK

success
boolean
required
Example:

true

data
object
required