Excluir regra automática
DELETE/automatic-rules/:id
Hard-deletes a rule. Requires scope finance.automatic_rules.write. Surviving rules keep their positions (a gap is left — reorder to compact). Calling DELETE twice returns 204 then 404.
Requisição
Respostas
- 204
- 401
- 403
- 404
- 500
Rule deleted. No response body.
Missing / invalid / expired / revoked token.
Token lacks the finance.automatic_rules.write scope.
Rule not found within the tenant.
Unhandled server error.