Developer Docs
Use this query to remove an existing contact from the Contact Book. When this query is made, the contact will also be removed from all lists where it was added.
To delete, make a request to this URL:
DELETE http://one-api.bsg.world/api/contacts/{id} |
Parameter | Required | Type | Description |
id | Yes | integer | ID of a contact to be deleted (Contact ID is generated automatically by BSG when a contact is added). |
If the request is successful ― 204 Successful removed.
If the request is unsuccessful, an error object will be returned.