Skip to content

Delete actors schema

Delete an actor schema via API

You can delete actors schema in Tallyfy Manufactory 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.

Actors > Get actors schema

The GET endpoint retrieves actor schema details including attribute definitions data types and unique identifiers for a specific project by providing organization ID project ID and authentication token.

Events > Delete events schema

Tallyfy Manufactory allows deletion of event schemas through a DELETE API endpoint that requires organization ID project ID and authentication token in the request header.

Actors > Create actors schema

The POST /actors/schema endpoint enables creation of user schemas in Tallyfy Manufactory by specifying organization ID project ID attribute definitions and a unique identifier field with proper authentication headers.

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.