Agency Hosting: Cron Jobs
Delete Agency Plan website cron job
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.
delete/api/agency-hosting/v1/websites/{website_uid}/cron-jobs/{uuid}
Path parameters
website_uidstring required
Example:zpwlGlp19
Agency Plan website UID
uuidstring uuid required
Example:01931d6f-68f5-7b72-8d9e-09c6e1e6aa0e
Unique identifier of the cron job as returned by the list cron jobs endpoint.
Response
Success empty response
Example response
{
"message": "Request accepted"
}