# Delete project workflow **DELETE /projects/{projectId}/workflows/{workflowId}** Delete project workflow by ID ## Servers - Production environment: https://api.metafold3d.com (Production environment) - Bleeding-edge (unstable) environment: https://dev-api.metafold3d.com (Bleeding-edge (unstable) environment) ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **projectId** (string) Project ID - **workflowId** (string) Workflow ID ## Responses ### 200 OK ### 400 Bad Request #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message ### 404 Not Found #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message [Powered by Bump.sh](https://bump.sh)