cURL
curl --request DELETE \ --url https://api.example.com/api/core/data_sync/{use_case_id}/{job_name}/schedule \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a scheduled synchronization job
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?