---
title: "Terminate business memberships"
method: DELETE
path: "/businesses/{business_id}/members"
tags: ["business_access_relationships"]
---

# Terminate business memberships

`DELETE /businesses/{business_id}/members`

Terminate memberships between the specified members and your business.

## Path parameters

- `business_id` string, required

## Request body

- DeleteBusinessMembershipBody — List of members with role to delete.
  - `members` DeleteBusinessMembershipMember[], required
    - `business_role` 'EMPLOYEE' | 'BIZ_ADMIN', required — The access level a member has to the business. Values are case-sensitive. - EMPLOYEE: Can only view and access assets you assign to them. They cannot see details about other employees, partners, or other assets. - BIZ_ADMIN: Have full control of roles and can add employees and partners as well as grant asset access.
    - `member_id` string, required — Unique identifier of the member

## Response `200`

The request has succeeded.

- object
  - `deleted_members` PinterestLibIntegerFormatType[]

## Other responses

- `default` — An unexpected error response.

---

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