Developer Docs
Method for deleting contact list. Please note that when you delete a contact list, all contacts that were added to it are not deleted from your Contact Book.
To delete list, make a request to this URL:
DELETE http://one-api.bsg.world/api/groups/{id} |
Parameter | Required | Type | Description |
id | Yes | integer | The unique identifier of the contact list automatically generated by the system when creating the contact list. |
If the request is successful, you will get a 204 Successfully detached.
If the request fails, an error object will be returned.