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

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

Projects > Delete a project

Projects can be deleted through an authenticated DELETE request by providing the organization and project IDs in the endpoint path.

Events > Create events schema

The endpoint allows creation of events schema by specifying organization ID, project ID, and attribute definitions through an authenticated POST request to manage event data structures.

Events > Get events schema

The events schema endpoint allows retrieval of project-specific event attribute definitions through a GET request using organization ID and project ID, returning details like event names, types, and data formats.