Customer success center

Login Sign up

Web Services API | User web services | Delete user

Modified on: Thu, 13 Apr 2023 4:30 PM

Delete user

Deletes a user by id or username.


{

"location": null,

"message": "",

"responsePlatforms": {

"training": {

"location": null,

"message": null,

"status": 200

},

"social": {

"location": null,

"message": null,

"status": 204

},

"management": {

"location": null,

"message": null,

"status": 204

}

},

"status": 204 }


Response example (asynchronous):


{

"location": null,

"message": "",

"responsePlatforms": {

"training": {

"location": null,

"message": null,

"status": 202

},

"social": {

"location": null,

"message": null,

"status": 202

},

"management": {

"location": null,

"message": null,

"status": 204

}

},

"status": 204 }


Was this answer helpful?