---
title: "Remove assignees from Subscription"
method: PUT
path: "/business/v2/subscriptions/{subscriptionId}/removeAssignees"
tags: ["Subscriptions"]
---

# Remove assignees from Subscription

`PUT /business/v2/subscriptions/{subscriptionId}/removeAssignees`

Endpoint to remove assignees from a `Subscription`.

## Path parameters

- `subscriptionId` string, required — The `Subscription` id.

## Request body

- RemoveAssignees — Remove `Subscription` assignees JSON parameters.
  - `remove_assignees` string[], required — List of `User` IDs to remove from assignees.

## Response `200`

The returned resource is a `Subscription`.

- Subscription
  - `id` string — The `Subscription` ID.
  - `name` string — The name of the `Subscription`.
  - `description` string — A custom description of the `Subscription`.
  - `platform` 'ADOBE' | 'AMAZON' | 'APPLE' | 'ATLASSIAN' | 'FACEBOOK' | 'FIGMA' | 'GITHUB' | 'GOOGLE' | 'HUBSPOT' | 'LINKEDIN' | 'MICROSOFT' | 'NOTION' | 'OTHER' | 'PINTEREST' | 'SALESFORCE' | 'TWITTER' | 'XERO' | 'ZOOM'
  - `assignees` string[] — List of `User` ID currently assigned to the `Subscription` and its `Card`.
  - `status` 'ACTIVE' | 'ASSIGNED' | 'CANCELLED'
  - `wallet_id` string — The ID of the `Wallet` the `Subscription` and its `Card` are linked to.
  - `payment_frequency` 'OTHER' | 'YEARLY' | 'WEEKLY' | 'QUARTERLY' | 'MONTHLY'
  - `last_spent` number — The amount of the last `Transaction` made with the `Card`.
  - `total_spent` number — The overall amount spent with the `Card`.
  - `card_id` string — The ID of the `Card` reserved for this `Subscription` (only available after the subscription is activated).
  - `last_spent_date` string — The date and time of the last `Transaction` made with the `Card`.
  - `creation_time` string — The date and time when the `Subscription` was last updated.
  - `last_update_time` string — The date and time when the `Subscription` was last updated.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/versions/7be21448a2b3/schema)
