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.

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.

Events > Delete events schema

Tallyfy Manufactory allows deletion of event schemas through a DELETE API endpoint that requires organization ID project ID and authentication token in the request header.

Actors > Delete actors schema

The DELETE /actors/schema endpoint allows removal of actor schemas from Tallyfy Manufactory 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.