Delete a class enrollment by id

Prev Next
Get
/DeleteClassEnrollment/{id}

Allows you to delete a class enrollment.

Security
API Key: api_key
Header parameter nameapi_key
Path parameters
id
integer (int32) Required

The ID of the class enrollment to delete

Example45632
Responses
200

OK Response

object
status
integer (int32)

Indicates the status of the API request.

  • 0 = Success
  • 10 = Error
  • 20 = Not found
  • 30 = Invalid integration key
Example10
error
string | null

Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).