Skip to content

Delete a project

You can delete a project using the endpoint DELETE /projects/{org_id}/{project_id}.

Authentication

The following header is required 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.

Events > Delete events schema

Event schemas can be deleted through a DELETE request to the endpoint by providing organization ID project ID and authentication via a Manufactory access token.

Actors > Delete actors schema

Actor schemas can be deleted through a DELETE endpoint by providing organization and project IDs along with Manufactory authentication token in the request header.

Projects > Get a project

The GET endpoint retrieves a single project’s details including name description timezone and creation date by providing organization ID project ID and authentication token.

Projects > Reset project key

A POST request to reset a project’s key requires an access token and returns project details including the new key along with basic information like name timezone and creation date.