---
title: "Delete a customer user"
method: DELETE
path: "/v1/partner/customers/{customerId}/users/{userId}"
tags: ["Customer Users"]
---

# Delete a customer user

`DELETE /v1/partner/customers/{customerId}/users/{userId}`

Deletes a customer user account.

This operation removes the user's association with the customer.

**Security:**
- Requires valid partner access token (Bearer token)

## Path parameters

- `customerId` object, required
- `userId` object, required

## Response `204`

Customer user deleted successfully

## Other responses

- `401` — Unauthorized - Missing or invalid authentication
- `404` — Not Found - Resource does not exist
- `500` — Internal Server Error - Unexpected server error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
