Delete user

DELETE /api/users/{userId}

Delete user with the given ID. Note all associated data will be deleted cascadingly.

Path parameters

  • userId string Required

    The unique identifier of the user.

Responses

DELETE /api/users/{userId}
curl \
 -X DELETE https://[tenant_id].logto.app/api/users/{userId}