Skip to content

Delete events schema

You can delete an event schema using the endpoint DELETE /events/schema/{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.

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 > Delete a project

Projects can be removed by sending a DELETE request to the endpoint with authentication through a Manufactory access token and specifying both organization and project IDs.

Events > Create events schema

The POST /events/schema endpoint enables creation of event schemas by defining organization ID project ID and attribute specifications while requiring authentication through a Manufactory access token.

Events > Get events schema

The GET endpoint retrieves event schema attributes with their names display names and data types for a specified organization and project using a Manufactory access token for authentication.