Delete an entity type object by name

delete/admin/storedObjects

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

Request Samples

1

Response Samples

1Not Available

Query Parameters

NameTypeRequiredDescription
name
string
true

The name of an entity type object.

Responses

StatusMeaningDescription
204No Content

The request succeeded.

404Not Found

The request did not find an entity type with a matching name.

Schema