vaultrs::identity::entity

Function delete_by_id

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

Delete entity by id.

See DeleteEntityByIdRequest