Intent Rules
Delete intent rule
Delete an intent rule and its agent assignments.
DELETE
Deletes an intent rule and removes its agent assignments.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.Path parameters
string
required
Intent-rule ID to delete.
Response
Returns204 No Content when the delete succeeds.
Errors
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.404 Not Found
404 Not Found
The intent rule does not exist in your workspace.

