Delete user
Delete user with the given ID. Note all associated data will be deleted cascadingly.
Path parameters
-
The unique identifier of the user.
DELETE
/api/users/{userId}
curl \
--request DELETE https://[tenant_id].logto.app/api/users/{userId} \
--header "Authorization: Bearer $ACCESS_TOKEN"