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

ParameterTypeDescriptionRequired
fieldIdstringUnique identifier of the custom field

Response

{
  "status": "success",
  "message": "Custom field deleted successfully",
  "data": {
    "id": "nivel_de_membresia",
    "clientsUpdated": 142
  }
}

Response fields

FieldDescription
data.idIdentifier of the deleted field
data.clientsUpdatedNumber of contacts whose field value was removed