Remove Dispositions from Group
Dispositions Group
Remove Dispositions from Group
Remove dispositions from an existing group
Remove Dispositions from Group
Overview
Remove one or more dispositions from an existing disposition group. This allows you to selectively remove dispositions without affecting the rest of the group.Removing a disposition from a group does not delete the disposition itself. The disposition remains available and can be used in other groups.
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Path Parameters
The unique identifier of the disposition group
Request Body
Array of disposition IDs to remove from the group
Response
Indicates if the request was successful
Response message
Error Codes
| Status | Description |
|---|---|
400 | Empty array or invalid request |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Missing required permissions |
404 | Disposition group not found |
500 | Internal server error |

