Edit Block Rule
Update attributes of an existing block rule.
You can only update fields like reason
or is_active
. Phone numbers and scope (global/inbound) are immutable after creation.
Headers
Your API key for authentication.
Path Parameters
The unique ID of the block rule to update.
Body Parameters
Optional reason for blocking. Set to null
to remove an existing reason.
Controls whether the block rule is currently enforced. Set to false
to disable or true
to re-enable. Use null
to leave unchanged.
Response
The updated block rule object.
Unique ID of the block rule.
The phone number being blocked.
Indicates if the block applies globally.
The specific inbound number the block applies to (if not global).
UUID of the owning organization.
Reason for the block, if present.
Whether the block rule is currently active.
ISO timestamp when the rule was created.
ISO timestamp of the last update.
null
on success, or a list of validation or lookup errors.