Skip to main content

destroy

Function destroy 

Source
pub async fn destroy<R, A>(
    primary_key: &R::PrimaryKey,
    ctx: &Context,
) -> Result<R, Error<DestroyError>>
where R: Destroy<A>,
Expand description

Destroy resource R using action A.