It is a method to delete a user field.
Warning:
all data stored by the user in this field for all contacts will also be deleted!
Principle of use
Syntax and URL to call the method |
deleteField (int id) |
https://api.selzy.com/en/api/deleteField?format=json&api_key=KEY&id=ID |
Arguments | |
api_key * | API access key. |
id * | The field code returned by the createField method. |
Return value |
There will be an empty object in case of success. If any errors or warnings occur, they will be returned in a standard way. Examples of return values:
{"result":{}} {"error":"field not found","code":"unspecified","result":""} |