Skip to main content
DELETE
Delete Entity Type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the entity type to delete. WARNING: this cascade-deletes the type and ALL of its descendant types. Entity records of these types are left orphaned (hidden), not deleted. There is no recovery via the API.

Response

200 - application/json

Success

The response is of type DeleteEntityTypeResponse · object.