Skip to main content
DELETE
/
v2
/
hc-rules
/
{id}
/
public
Delete rule
curl --request DELETE \
  --url https://api-prod.usefini.com/v2/hc-rules/{id}/public \
  --header 'Authorization: <authorization>'
Deletes one rule.

Headers

Authorization
string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.

Path parameters

id
string
required
Rule ID to delete.

Response

This route returns 204 No Content when the delete succeeds.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the write scope required for this route.
The rule ID does not exist in your workspace.