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

Request Parameters

enrollment_automation_id

Type: string Required: Yes

ID of the desired enrollment automation.


Return Type

void

Last updated

Logo

© Seam Labs, Inc. All rights reserved.