For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete 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 website cron job

delete

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.

Authorizations
AuthorizationstringRequired

API Token authentication

Path parameters
website_uidstringRequired

Agency Plan website UID

Example: zpwlGlp19
uuidstring · uuidRequired

Unique identifier of the cron job as returned by the list cron jobs endpoint.

Example: 01931d6f-68f5-7b72-8d9e-09c6e1e6aa0e
Responses
200

Success empty response

application/json
messagestringOptionalExample: Request accepted
delete/api/agency-hosting/v1/websites/{website_uid}/cron-jobs/{uuid}
DELETE /api/agency-hosting/v1/websites/{website_uid}/cron-jobs/{uuid} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "message": "Request accepted"
}

Last updated

Was this helpful?