Custom fields

Delete

DELETE method to delete contacts custom fields.

Parameters

Name Description
account_id required Your account unique identifier to access API.
custom_id required Id of custom

Request

Route
DELETE 
/v2/account/:account_id/custom_fields/:custom_id
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: json

Response

Status
200
Body
{
  "_id": "5853d8c2edb7aacab9000045",
  "name": "facebook_id",
  "label": "ID on Facebook",
  "description": "This field save the contact facebook id",
  "type": "string"
}