---
title: "Remove stakeholder assignment"
method: POST
path: "/stakeholder-comms/cloudId/{cloudId}/api/stakeholders/assignments/remove"
tags: ["Stakeholder User management"]
---

# Remove stakeholder assignment

`POST /stakeholder-comms/cloudId/{cloudId}/api/stakeholders/assignments/remove`

Remove a stakeholder assignment in Stakeholder Comms.

## Request body

- StakeholderCommsStakeholderAssignmentIdInput — Request to remove a stakeholder assignment.
  - `stakeholderIdInput` object, required — Identifier input for the stakeholder.
    - `stakeholderId` string — Stakeholder ID.
    - `ari` string — Atlassian Resource Identifier of the stakeholder.
    - `aaid` string — Atlassian Account ID of the stakeholder.
    - `emailId` string — Email address of the stakeholder.
    - `stakeholderGroupId` string — Stakeholder group identifier.
    - `atlassianTeamId` string — Atlassian team identifier.
    - `stakeholderType` 'EXTERNAL' | 'INTERNAL' | 'GROUP' | 'TEAM' — Type of the stakeholder.
  - `assignmentIdInput` object, required — Identifier input for the assignment.
    - `assignmentId` string — Assignment ID.
    - `ari` string — Atlassian Resource Identifier of the assignment.
    - `assignmentType` 'INCIDENT' | 'SITE' | 'ORG' | 'PAGE' | 'PRODUCT' | 'ASSET' | 'SERVICES' — Type of the assignment.
    - `externalAssignmentId` string — External system assignment identifier.

## Response `200`

Returned if the assignment is successfully removed.

- StakeholderCommsStakeholderGroupMutationResponse — Response indicating that the operation was successful.
  - `success` boolean — Whether the operation was successful.
  - `message` string — Optional human-readable success message.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to remove the assignment.
- `404` — Returned if the assignment is not found.
- `500` — Returned if an internal server error occurs.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
