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 sending a DELETE request with authentication via a Manufactory access token while specifying the organization and project IDs in the endpoint path.

Projects > Delete a project

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

Actors > Get actors schema

The actors schema endpoint returns attribute details like city, country, email, and username for a specified organization and project when authenticated with a Manufactory access token.

Actors > Create actors schema

The POST /actors/schema endpoint allows creation of actor schemas by specifying organization ID, project ID, attributes with data types, and a unique identifier field while requiring authentication via a Manufactory access token.