Delete account cron job
Permanently deletes the cron job identified by its uid. The uid is returned by the list cron jobs endpoint.
Permanently deletes the cron job identified by its uid.
The uid is returned by the list cron jobs endpoint.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
usernamestringRequiredExample:
u123456789uidstringRequiredExample:
Unique identifier of the cron job as returned by the list cron jobs endpoint.
cron_abc123Responses
200
Success empty response
application/json
messagestringOptionalExample:
Request accepted401
Unauthenticated response
application/json
500
Error response
application/json
delete/api/hosting/v1/accounts/{username}/cron-jobs/{uid}
DELETE /api/hosting/v1/accounts/{username}/cron-jobs/{uid} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Request accepted"
}Last updated
Was this helpful?