Developer Docs

Table of contents

Delete contact field

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

Request parameters:

ParameterRequiredTypeDefaultDescription
idsYesarrayNoArray of the contact field IDs to be deleted

Request sample:

{
  "ids": [
    1
  ]
}

Response parameters:

Successfully removed.