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.
Related articles
Events > Delete events schema
An event schema can be deleted using the specified endpoint with the required authentication header and values.
Actors > Delete actors schema
The actors schema can be deleted using the specified endpoint with the required authentication header and values.
Projects > Reset project key
A project’s key can be reset using the specified endpoint, authentication header, and required values.
Projects > Get a project
The API endpoint retrieves a specific Manufactory project using the provided org ID and project ID, requiring authentication.