agency-hosting_deleteWebsiteCronJobV1
Delete a cron job from an Agency Plan website by its unique identifier. The operation is idempotent, so removing a non-existent cron job completes without error.
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 |