Developer Docs

Table of contents

Delete list

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}

Request parameters:

ParameterRequiredTypeDescription 
idYesintegerThe 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.