External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Delete Team Member
Deletes the member of team with given identifier.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | Identifier of the team. |
| Member ID | User id or username of member for removal. |
| Team ID Type | Type of the identifier. Possible values are ‘id’ and ‘name’. Default value is ‘id’. |
{
"data": {
"id": "string",
"name": "string"
},
"requestId": "string",
"result": "string",
"took": 0
}
Was this page helpful?