Activities API
DELETE/api/v1/activities/groups/items
Product availabilityAlgaPSA

Remove an activity from its group

Removes an activity from all of the caller's custom groups (makes it "ungrouped"). No-op when the activity is not in any group. Scoped to the caller's own groups; gated by `user_schedule:read`.

Request body

Content type: application/json · schema RemoveActivityFromGroupBodyV1

activityIdstringRequired
min length 1
activityTypestringRequired
min length 1

Response codes

200
Activity removed from its group.
400
Invalid request body.
401
Authentication required.
403
Permission denied (user_schedule:read).
500
Unexpected failure removing the activity.