Delete User

Brief description:

  • Permanently remove or delete a non-admin user from the system. This action will completely delete the user and all associated data, ensuring they no longer have access or presence within the platform.

Endpoint

Requqest

CURL https://dev.opensource-socialnetwork.org/api/v2.0/delete/user -F api_key_token=myapikeytoken -F guid=1

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
guid Yes integer User ID you wanted to delete

Example Response

{
    "merchant": "OPEN SOURCE SOCIAL NETWORK",
    "url": "http:\/\/local.opensource-socialnetwork.org\/",
    "time_token": 1737645539,
    "payload": {
        "success": true
    },
    "code": "100",
    "message": "Request successfully executed"
}

Available since OssnServices v9.10

Services View All