agency-hosting_deleteAgencyPlanWebsiteCronJobV1
Delete a cron job from an Agency Plan website using its unique identifier (uuid). This idempotent operation succeeds even if the cron job does not already exist.
Instructions
Permanently deletes the cron job identified by its uuid from an Agency Plan website.
The operation is idempotent: deleting a cron job that does not exist succeeds without error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Unique identifier of the cron job as returned by the list cron jobs endpoint. | |
| website_uid | Yes | Agency Plan website UID |