agency-hosting_deleteAgencyPlanWebsiteCronJobV1
Delete a cron job from an Agency Plan website by its UUID. Idempotent: deleting a non-existent cron job returns success.
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 |