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

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Path Parameters

id
string
required

Response

Successful response

The response is of type any.