Remove products from a lifecycle workflow group
Removes one or more classes from a lifecycle workflow group. The group's automations will no longer apply to candidates in the removed classes.
Path Parameters
- Type: stringlifecycle
_workflow _group _id requiredUnique identifier of the lifecycle workflow group.
Responses
- 204
Resource deleted successfully.
- application/json
- application/json
Request Example for delete/apis/institutions/lifecycle_workflow_groups/{lifecycle_workflow_group_id}/products
curl https://ff-business-school.fullfabric.cloud/apis/institutions/lifecycle_workflow_groups/507f1f77bcf86cd799439011/products \
--request DELETE \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
No Body