Skip to content

Delete a project

To delete a project, you’ll use the endpoint DELETE /projects/{org_id}/{project_id}.

Authentication

Here’s the required header for all API calls:

  • X-Manufactory-Auth - Manufactory access token

Required values

  • org_id (required) string - Manufactory org ID.
  • project_id (required) number - Manufactory project ID.

Projects > Get a project

Retrieve a single Manufactory project’s details by providing your organization ID and project…