Delete an Enrollment Automation

Delete a specified enrollment automation

Deletes a specified enrollment automation. You must delete all enrollment automations associated with a user identity before deleting the user identity.

/user_identities/enrollment_automations/delete

post

Deletes a specified enrollment automation. You must delete all enrollment automations associated with a user identity before deleting the user identity.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
enrollment_automation_idstring Β· uuidRequired

ID of the enrollment automation that you want to delete.

Responses
200

OK

application/json
post
/user_identities/enrollment_automations/delete

Request

Specify the desired enrollment automation by including the corresponding enrollment_automation_id in the request body.

Request Body Parameters

Parameter
Type
Description

enrollment_automation_id

String Required

ID of the desired enrollment automation

Sample Request

Response

Returns a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?