Monitoring
Remove Schedule Authorizers
Remove authorizers from a scheduled balance request
PATCH
Remove authorizers from a schedule
Remove Schedule Authorizers
Remove specific authorizers from an existing scheduled balance request. The schedule will continue running for any remaining authorizers.Use Cases
- Stop monitoring specific accounts while keeping the schedule active for others
- Clean up authorizers that are no longer needed
- Reduce the scope of an existing schedule without recreating it
Response Fields
| Field | Description |
|---|---|
removed_count | Number of authorizers successfully removed from the schedule |
remaining_count | Number of authorizers still in the schedule after removal |
Authorizations
Authentication to the API is performed via Bearer Token Authentication. Provide your API key as the bearer token in the Authorization header.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Path Parameters
The schedule ID (UUID) returned when creating the scheduled balance request.
Body
application/json
List of authorizer unique IDs to remove from the schedule.
Remove authorizers from a schedule
