Delete an entity type object by ID

delete/admin/storedObjects/{entityTypeId}

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

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
entityTypeId
string
true

The ID of the entity type object.

Responses

StatusMeaningDescription
204No Content

The request succeeded.

404Not Found

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

Schema