cURL
curl --request DELETE \ --url https://api.captaindata.co/v3/jobs/{job_name} \ --header 'Authorization: <api-key>' \ --header 'x-project-id: <api-key>'
{ "message": "Schedule deleted." }
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Successful Response
The response is of type any.
any