View Categories

Delete a project

< 1 min read

DELETE/projects/{projectId}

Code Samples #

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

Responses #

204 — Deleted #

409 — Project has running jobs #

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.