---
title: "Delete the member"
method: DELETE
path: "/organization/members/{member}"
tags: ["Organizations"]
---

# Delete the member

`DELETE /organization/members/{member}`

REQUIRED SCOPES <code>['organizations:write']</code><br>Delete the member

## Path parameters

- `member` string, required

## Request body

- object
  - `confirm` boolean — Condirm delete action
  - `reassign_contacts_user_id` integer — Contact id to reassign contacts
  - `reassign_teams_user_id` integer — Contact id to reassign teams/automations (workflows/textbots/campaigns)

## Response `204`

OK

## Other responses

- `404` — Not Found
- `422` — Unprocessable Content

---

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