Method for removing the contact field. Deleting a field will also delete all the data it contains.
To delete contact field
| POST http://one-api.bsg.world/api/contacts/fields/delete |
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| ids | Yes | array | No | Array of the contact field IDs to be deleted |
{
"ids": [
1
]
}
Successfully removed.