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.

Specify the desired enrollment_automation_id.

Code

await seam.userIdentities.enrollmentAutomations.delete({
  enrollment_automation_id: "05505650-aa57-49ab-8f19-429738758895",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

enrollment_automation_id String (Required)

ID of the enrollment automation that you want to delete.


Response

void


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs