Skip to main content

removeuser

Description:

Remove or restore the enduser

Request

https://api.moinet.io/moibit/v1/removeuser

Request type - POST

Headers#

Header KeyHeader ValueOptional
nonce<developer_nonce> No
signature<signature gotten after signing developer_nonce by developer> No
developerKeypublic id of the developerNo
networkIDID of the network the app belongs toNo
appIDID of the app the enduser belongs toNo
enduserIDID of the enduserNo

Parameters#

Param KeyParam TypeDescriptionOptional
isActiveBooleanTrue: To remove the user
False: To restore the user
No

Response Array#

Get acknowledgment message

Sample Response#

{
"meta": {
"code": 200,
"requestId": "d2f206e3-5b10-4f13-8ba4-9c9d9510c013",
"message": "removed successfully"
}
}