Delete an Enrollment Automation
POST /user_identities/enrollment_automations/delete ⇒ void
Deletes a specified enrollment automation. You must delete all enrollment automations associated with a user identity before deleting the user identity.
Request
await seam.userIdentities.enrollmentAutomations.delete({
enrollment_automation_id: "05505650-aa57-49ab-8f19-429738758895",
});
Response
// void
Authentication Methods
API key
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
enrollment_automation_id
enrollment_automation_id
Type: string
Required: Yes
ID of the desired enrollment automation.
Return Type
void
Last updated
Was this helpful?