Delete an entity type object by ID

delete/admin/storedObjects/{entityTypeId}
Internal-Use Only

Deletes an entity type by ID. An entity type is the metadata that is associated with documents.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
entityTypeId
string
true

The ID of the entity type object.

Responses

StatusMeaningDescription
204No ContentThe request succeeded.
404Not FoundThe request did not find an entity type with a matching ID.Schema