Description
The Delete Prospect Events Enrollment endpoint allows you to cancel an active prospect monitoring configuration. This is useful when you no longer need to track certain individuals or when a monitoring strategy needs to be reconfigured.How It Works
How It Works
Input: Specify the enrollment_id you wish to cancel.
Processing: The system removes the enrollment configuration.
Output: A confirmation of successful deletion.
Processing: The system removes the enrollment configuration.
Output: A confirmation of successful deletion.
Query Parameters
Query Parameters
Field | Type | Description |
---|---|---|
enrollment_id | String | The unique identifier of the enrollment to delete |
Example Request (cURL)
Example Request (cURL)
Bash
Example Response
Example Response
JSON
Authorizations
Response
Successful Response
This is base response model for all responses in partner service.
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.
Available options:
success
, miss
, failure