pub async fn delete_entity_type_with_id(
configuration: &Configuration,
entity_type_id: &str,
) -> Result<(), Error<DeleteEntityTypeWithIdError>>Expand description
Deletes the Entity Type for the given Id.
pub async fn delete_entity_type_with_id(
configuration: &Configuration,
entity_type_id: &str,
) -> Result<(), Error<DeleteEntityTypeWithIdError>>Deletes the Entity Type for the given Id.