Skip to content

Delete actors schema

Delete an actor schema via API

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 deleted through a DELETE request to the endpoint by providing organization ID project ID and authentication via a Manufactory access token.

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.

Actors > Get actors schema

The GET /actors/schema endpoint retrieves actor attributes like city country email and username for a specified organization and project using Manufactory access token authentication.

Actors > Create actors schema

The POST /actors/schema endpoint allows creation of actor schemas by specifying organization ID project ID attributes and a unique identifier with proper authentication through a Manufactory access token.