delete_schedule
(**kwargs)¶Deletes the specified schedule.
See also: AWS API Documentation
Request Syntax
response = client.delete_schedule(
ClientToken='string',
GroupName='string',
Name='string'
)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
This field is autopopulated if not provided.
[REQUIRED]
The name of the schedule to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
EventBridgeScheduler.Client.exceptions.ValidationException
EventBridgeScheduler.Client.exceptions.InternalServerException
EventBridgeScheduler.Client.exceptions.ConflictException
EventBridgeScheduler.Client.exceptions.ResourceNotFoundException
EventBridgeScheduler.Client.exceptions.ThrottlingException