Skip to main content
Member Deletion API

Enables you to delete members from your contacts based on their specified member numbers.

Updated over 2 months ago

What is the Member Deletion API?

Member Deletion API enables you to delete members from your contacts based on their specified member numbers.


API Calling

The API enables you to delete members from your contacts based on their specified member numbers.

Request Rate: 20 times/second

Request Method: POST

Request Parameters:

Parameter

Required

Type

Description

username

Yes

String

Refers to Member No. in Contacts.

Sample Request:

{
    "username": "jodoo"
}

Response Parameter:

Parameter

Type

Description

status

String

Return request results.

Sample Response:

{
    "status": "success"
}

Note:

If you delete members, they are deactivated rather than removed permanently. You can still manage the deactivated members on the Inactive Members page.


I have finished reading. 🏆

👉I can't wait to SET THE API.

👉I need more HELP in Discord Forum.

Did this answer your question?