Skip to main content

Delete Enrollments

DELETE 

/api/web/v2/enrollments

Delete one or more enrollments. Caller requires the ENROLLMENTS:DELETE permission.

Request

Body

required

    ids string[]required

    List of Enrollment Ids to be deleted (Id should be in Base64 string format)

Responses

OK

Schema

  • Array [

  • error string

    Error message for the failed enrollment record (For create/update/delete enrollments request)

    fields

    object[]

    List of enrollment fields having field name and field value (For search enrollments request only)

  • Array [

  • name string

    Name of the enrollment field

    value string

    Value of the enrollment field.
    Accepted Date Formats: YYYY-MM-DD, MM/DD/YYYY, YYYY-MM-DDTHH:MM:SSZ, YYYY-MM-DDTHH:MM:SS

  • ]

  • id string

    Id of the enrollment (In Base64 string format)

    status string

    Status (Success/Failure) of the enrollment record (To check if the requested enrollment is successfully created/updated/deleted or not)

  • ]

Loading...