pub async fn delete_director_backend(
    configuration: &mut Configuration,
    params: DeleteDirectorBackendParams
) -> Result<InlineResponse200, Error<DeleteDirectorBackendError>>
Expand description

Deletes the relationship between a Backend and a Director. The Backend is no longer considered a member of the Director and thus will not have traffic balanced onto it from this Director.