Skip to main content
DELETE
/
job-config
/
jobs
/
{resource}
/
schedule
Reset a schedule
import requests

url = "https://{FUSION_HOST}/job-config/jobs/{resource}/schedule"

response = requests.delete(url)

print(response.text)

Path Parameters

resource
string
required

The job ID.

Query Parameters

context
string

The app to which a job belongs, formatted as app:APP_NAME.

Response

204

No Content