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.
Related articles
Actors > Delete actors schema
The actors schema can be deleted using the specified endpoint with the required authentication header and values.
Projects > Delete a project
Deleting a project requires sending a DELETE request to the specified endpoint with the organization ID, project ID, and an access token in the header.
Events > Create events schema
The API endpoint creates an events schema by specifying the required attributes and their corresponding data types for a given project in a Manufactory organization.
Events > Get events schema
The events schema of a specific project can be fetched using the provided API endpoint, which requires authentication and returns the schema attributes in JSON format.