cURL
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>" }
Deletes a categorization rule.
Documentation IndexFetch the complete documentation index at: https://docs.teal.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.teal.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer , where is your auth token.
The categorization rule ID
Successful Response