Skip to main content
DELETE
Delete Business Enrollment
Stops monitoring for this enrollment. The webhook and other enrollments are unaffected.

Authorizations

api_key
string
header
required

Path Parameters

enrollment_id
string
required

Response

Successful Response

This is base response model for all responses in partner service.

response_context
ResponseContext · object
required
status
enum<string>

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