Skip to main content
DELETE
/
v0
/
platform
/
categorization
/
rules
/
{rule_id}
Delete a Platform rule
curl --request DELETE \
  --url https://api.sandbox.teal.dev/v0/platform/categorization/rules/{rule_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": "<unknown>",
  "display_message": "<string>",
  "error_code": "invalid_date"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rule_id
string
required

The categorization rule ID

Response

Successful Response