Self Help Documentation
< All Topics

tool/delcron

Description

Deletes an existing cron job from a given SPanel account.

Parameters

FieldTypeRequiredDescription
tokenstringYesAuthorizing API token – check API Basics for more information.
accountuserstringYesThe SPanel user account that is being managed or viewed.
actionstringYesThe category and function being executed.
minutestringYesThe existing cron job’s minute parameter.
hourstringYesThe existing cron job’s hour parameter.
daystringYesThe existing cron job’s day parameter.
monthstringYesThe existing cron job’s month parameter.
weekdaystringYesThe existing cron job’s weekday parameter.
commandstringYesThe existing cron job’s command parameter.

Example

You can find more information about the Endpoint URL in our API Basics article.

Output

Table of Contents