| Name | Type | Description |
|---|---|---|
cron_id* | str | The cron ID to delete. |
headers | Mapping[str, str] | None | Default: NoneOptional custom headers to include with the request. |
params | QueryParamTypes | None | Default: None |
Delete a cron.
client = get_client(url="http://localhost:2024")
await client.crons.delete(
cron_id="cron_to_delete"
)Optional query parameters to include with the request.