v1

latestOpenAPI 3.1.02026-07-244012.5 KB

Delete a user

Remove all data associated to a given user, including all associated installations.

delete/users/{userId}

Path parameters

userIdstring required

Id of the user to delete.

Response

202

successboolean

Example response

{
  "success": true
}