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 making a DELETE request to the endpoint with organization and project IDs while including the required Manufactory authentication token header.

Actors > Delete actors schema

Actor schemas can be removed by making a DELETE request to the endpoint with proper authentication and organization/project IDs.

Projects > Reset project key

The POST endpoint allows resetting a project’s key by providing organization ID and project ID while authenticated with a Manufactory access token.

Projects > Get a project

The endpoint allows retrieving specific Manufactory project details by providing organization ID and project ID with proper authentication through an access token header.