Skip to content

Delete actors schema

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.

Events > Delete events schema

Event schemas can be removed by making a DELETE request to the endpoint with organization and project IDs while including the required Manufactory authentication token header.

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.

Actors > Get actors schema

The GET endpoint retrieves actor schema details by organization and project IDs returning attribute definitions with data types and unique identifiers through an authenticated request.

Actors > Create actors schema

The POST /actors/schema endpoint enables creation of user profiles by specifying organization details project ID unique identifiers and data attributes requiring authentication through a Manufactory access token.