Delete actors schema
You can delete actors schema using the endpoint DELETE /actors/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
Events > Delete events schema
An event 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.
Actors > Get actors schema
The endpoint retrieves the actors schema for a specific project, including attributes like city, country, email, and username.
Actors > Create actors schema
This endpoint allows you to create an actors schema by specifying the required attributes and their data types.