v1

latestOpenAPI 3.1.02026-07-1370207751.4 KB
Prospects

Delete Prospects Enrollments

Delete events enrollments records

delete/v1/prospects/events/enrollments

Headers

tenantstring

Request body

request_contextobject nullable
enrollment_idstring required

Response

Successful Response

status'success' | 'miss' | 'failure'

The RequestStatus class is an enumeration that defines the possible statuses of a request.

This enum is used to indicate whether a request was successful, missed, or failed. It ensures consistent handling of request statuses across the application.

Attributes: SUCCESS: Indicates that the request was successfully processed. MISS: Indicates that the request did not find any matching data. FAILURE: Indicates that the request encountered an error or failure.