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.
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
400
Bad Request
401
Unauthorized
post
/user_identities/enrollment_automations/deleteRequest
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?

