pub async fn delete_domain(
configuration: &mut Configuration,
params: DeleteDomainParams,
) -> Result<InlineResponse200, Error<DeleteDomainError>>
Expand description
Delete the domain for a particular service and versions.
pub async fn delete_domain(
configuration: &mut Configuration,
params: DeleteDomainParams,
) -> Result<InlineResponse200, Error<DeleteDomainError>>
Delete the domain for a particular service and versions.