delete
https://api.liveramp.com/analytics-environment/v1/schedule-jobs/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Supported jobsOnly PySpark and Python are supported for job deletion via API.
Deletion of BigQuery scheduled jobs is not supported. Use the Google BigQuery UI to delete a BigQuery scheduled job.
Request example
curl --location --request DELETE 'https://api.liveramp.com/analytics-environment/v1/schedule-jobs/${jobId}' \
--header 'Tenant-ID: ${tenantId}' \
--header 'Authorization: Bearer ${access_token}' \
--data '' 200ScheduleJob deleted successfully