pub async fn delete_snippet(
configuration: &mut Configuration,
params: DeleteSnippetParams,
) -> Result<InlineResponse200, Error<DeleteSnippetError>>
Expand description
Delete a specific snippet for a particular service and version.
pub async fn delete_snippet(
configuration: &mut Configuration,
params: DeleteSnippetParams,
) -> Result<InlineResponse200, Error<DeleteSnippetError>>
Delete a specific snippet for a particular service and version.