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
  • lifecycle_workflow_group_id
    Type: string
    required

    Unique 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