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
Example response
{
"status": "success",
"status_code": 200
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.