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 removed by sending a DELETE request with authentication via a Manufactory access token while specifying the organization and project IDs in the endpoint path.

Actors > Delete actors schema

Actors schema can be deleted by sending a DELETE request to the specified endpoint with proper authentication headers and organization/project identifiers.

Projects > Reset project key

Project keys can be reset via a POST request that requires authentication with a Manufactory access token and returns updated project details including the new key.

Projects > Get a project

The GET endpoint retrieves project details including organization ID, project ID, name, description, timezone, creation timestamp, and project key when authenticated with a Manufactory access token.