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 deleted through a DELETE endpoint by providing organization and project IDs along with Manufactory authentication token in the request header.

Events > Get events schema

The GET endpoint retrieves event schema details including attribute definitions with data types and display names by specifying organization and project IDs through an authenticated request.

Projects > Delete a project

A Manufactory project can be deleted through a DELETE request by providing the organization ID project ID and authentication token in the header.

Events > Create events schema

The POST /events/schema endpoint allows creation of custom event schemas by specifying organization details project ID and attribute definitions using a Manufactory access token for authentication.