pub async fn delete_by_id(
client: &impl Client,
id: &str,
) -> Result<(), ClientError>Expand description
Delete entity by id.
pub async fn delete_by_id(
client: &impl Client,
id: &str,
) -> Result<(), ClientError>Delete entity by id.