Stop ScheduleJob

Your job will run according to the schedule that you specified when you created it. If you need to stop it immediately, you can use the stop endpoint.

Request example

curl --location --request POST 'https://api.liveramp.com/analytics-environment/v1/schedule-jobs/${jobId}/actions/stop' \
--header 'Tenant-ID: ${tenantId}' \
--header 'Authorization: Bearer ${access_token}' \
--data ''
Language