deleteTag method

It is a method to delete a user tag.

Warning:

both the tag and the link of this tag to contacts are deleted!

Principle of use

Syntax and URL to call the method
deleteTag (int id)
https://api.selzy.com/en/api/deleteTag?format=json&api_key=KEY&id=ID
Arguments
api_key * API access key.
id * Code of one of the tags returned by the getTags method.
Return value
There will be an empty object in case of success. If any errors or warnings occur, they will be returned in the standard way. Examples of return values:

{"result":{}}
{"error":"tag not found","code":"unspecified","result":""}

Did we answer to your question?

0
0