Method: OpenapiClient::BatchesApi#delete_batch
- Defined in:
- lib/openapi_client/api/batches_api.rb
#delete_batch(batch_id, opts = {}) ⇒ String
Delete Batch By Id Delete Batch By Id
174 175 176 177 |
# File 'lib/openapi_client/api/batches_api.rb', line 174 def delete_batch(batch_id, opts = {}) data, _status_code, _headers = delete_batch_with_http_info(batch_id, opts) data end |