deleteServiceEnvironment
abstract suspend fun deleteServiceEnvironment(input: DeleteServiceEnvironmentRequest): 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.