Skip to main content
DELETE
Delete User
V2 Alpha — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Delete a user account belonging to the authenticated vendor. Returns 404 if the user does not exist or does not belong to the vendor.
Vendor Token Required — This endpoint requires a vendor-scoped JWT token. Merchant tokens will receive a 403 error.

Use Cases

  • Remove team members who no longer need portal access
  • Clean up inactive accounts from the vendor user list

Path Parameters

string
required
The user ObjectId to delete.

Response

200

Error Responses

404

Example