deleteServiceEnvironment
inline suspend fun BatchClient.deleteServiceEnvironment(crossinline block: DeleteServiceEnvironmentRequest.Builder.() -> Unit): DeleteServiceEnvironmentResponse
Deletes a Service environment. Before you can delete a service environment, you must first set its state to DISABLED
with the UpdateServiceEnvironment
API operation and disassociate it from any job queues with the UpdateJobQueue
API operation.