Delete User

Must have authorization to use this API

User with specified ID would be deleted

DELETE https://example.com/wp-json/rimplenet/v1 /users/<user_id>

{
    "status": true,
    "message": "User Deleted",
    "data": [],
    "error": []

}

To view request params, click on the arrow (>) at the right hand side of the endpoint url to expand or collapse

Sample response

{   
    "status": true,
    "message": "User Deleted",
    "data": [],
    "error": []
}

Last updated