Delete an Enrollment Automation
Deletes a specified enrollment automation. You must delete all enrollment automations associated with a user identity before deleting the user identity.
POST /user_identities/enrollment_automations/delete β void
Request Parameters
enrollment_automation_id
String (Required)
ID of the desired enrollment automation.
Response
void
Examples
Delete an enrollment automation
Specify the desired enrollment_automation_id
.
Code
await seam.userIdentities.enrollmentAutomations.delete({
enrollment_automation_id: "05505650-aa57-49ab-8f19-429738758895",
});
Output
// void
Last updated
Was this helpful?