user

Delete a user

Deletes a user by their ID.

delete/users/{userId}

Path parameters

userIdstring required

ID of the user to delete

Response

User deleted successfully

statusstring
status_codeinteger

The HTTP status code. Usually 200 , 201, 204 etc

messagestring

A basic message describing a request was processed successfully. example: "Successfully"

Example response

{
  "status": "success",
  "status_code": 200
}

Changes

No recorded changes to this endpoint across all 15 revisions of this API.