Delete Contact
Description
Section titled “Description”wss contact_delete
The contact_delete
request will delete a contact with a specific ID.
Request Parameters
Section titled “Request Parameters”Name | Type | Description |
---|---|---|
id | string | Contact ID |
Response Fields
Section titled “Response Fields”{ "response": { "id": "RequestId", "success": true }}
Example
Section titled “Example”{ "request": { "contact_delete": { "id": "63480e68f4794709f802a2fa" }, "id": "RequestId" }}
See Also
Section titled “See Also” SAMA chat server API: Address book Each of us has at least once faced a situation where we wanted to write to an friend from our contact list, but couldn’t find them on the platform. That is why...