Delete Custom Field
Delete an existing custom field and remove its value from every contact in the workspace.
DELETE https://api.platica.mx/v1/custom-fields/{fieldId} URL parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
fieldId | string | Unique identifier of the custom field | ✓ |
Response
{
"status": "success",
"message": "Custom field deleted successfully",
"data": {
"id": "nivel_de_membresia",
"clientsUpdated": 142
}
} Response fields
| Field | Description |
|---|---|
data.id | Identifier of the deleted field |
data.clientsUpdated | Number of contacts whose field value was removed |
Advertencia
This operation removes the field's value across every contact in the workspace and cannot be reversed from the API.