View Categories

Cancel a job

< 1 min read

DELETE/projects/{projectId}/jobs/{jobId}

Code Samples #

  • 💻 cURL
  • 📄 JavaScript
  • 🐍 Python
  • 🐘 PHP
  • 🔷 C#
  • Java
Copy
curl --request DELETE \
  --url 'https://api.taskflow.example.com/v2/projects/{projectId}/jobs/{jobId}' \
  --header 'Authorization: Bearer YOUR_TOKEN'

Responses #

202 — Cancellation requested #

409 — Job already finished #

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.