delete
https://api.liveramp.com/analytics-environment/v1/schedule-jobs/
Delete Schedule Job
Supported jobs
Only 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 ''