block_contact
Update the enabled field to false to block a contact or true to unblock.
Instructions
Block or Unblock Contact PUT /api/v1/contacts/{id}/block Tags: Contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | (path parameter) | |
| enabled | Yes | (body) Set to `false` to block, `true` to unblock |