---
id: runtime-configuration-delete
title: "Delete a runtime configuration"
description: "Remove a runtime configuration by ID."
sidebar_label: "Delete a runtime configuration"
hide_title: true
hide_table_of_contents: true
api: eJzdVsFu20YQ/ZXBnBKDlZTEvvAQwI1d1EVRGI6CBLANY8QdiZuQu8zuUIkr8Bt676mf0e/pD/QXilnSNmWpaC5tgfhAU8vZnTdv5u3MBg3HIthGrHeY4wXXfs1AEFontmYovFvaVRtIDWBxC2cnkyt35V5euZfwx6+//fn7L3BwcMJN4KK3cV5swQcHg828tBF8w8MJtV2VAguGkDwZsA6kZFi20gaewFv9Uvi6Zmegjdat4PI8+LU1HOL1k6nxRZw2dwtTv+awtvzpKVgXhclMMMN7b2cGcxwiudmKJDdcsTBmKLSKmF/ixRDwq7EZXmfYUKCahYOabdAqTQ1JiRk6qhlztAYzjEXJNWG+Qblt0qoTXnHALsPAH1sb2GAuoeXsEefzkuHsBPwyEbGXeI2KP1PdVIz5s+cvDrvrDCMXbbBym2AtmAKH41ZKzC+v9XPg2HgXOSqm57ND/bfr+CEznyhCbIuCY1y21URxH757t7vrVWXZCXAIPsC9EzAtg3iwbk2V1bQ2rYAPUNuYsvhAowZTeCfsRE+npqlsXzvT91FdbHbJ9Iv3XAiOqbzEKCRtfOWN5jHhwQxrjpFWnDIXNDqxPQUj690kPc7J9/P5OfQ7oPBGi7IJHNmJxqJ5ig0XdmkLKMZ8POHJapLB4Wymj2f6eKGPw6dbKTyczTolYQtLlGDdagfKMdRUlNbxN4HJ0KLiwVfCJSUJFCS88sH+zLHHxmHNAZZkKxXV2DMuyNwoiRxFU9zT9gUgFsHyMoOyrck9IBlZ3RVwD06Pu2PjCr8lAxe90yvUhTeOWikTZHOF2+SMrRXiXUb/GaQxVl+pAsNCtopAC9/KA6xtP1r/AxWp+muqlj7UbCCx64SsSzdUX9LjCu7SX4ZH+xTyuqf/sUKsM6nO3QrIgY2xZfD97Xd8fgbRGv7KpBHHRAzFcKTSOJo918eL7cQf/X+q0GCDo+qmN7rpKfvP9HE2uIehdE7VpleKrtiC4Y2jNdlKT90RzN7t/6p0jh20jj83XAibISRfFG0IbCZwXjFFBgm3QCuyDioSDneqSbik9Nqc79tw6qg5Tvd26+nGmk57bAqv78NtqDDHUqSJ+XRKjZ24tqqaikQ1PCl8jeMm+Vpl01f7uFXe86IH3XXxdE0mI8yGl+98qEkwxx/ezlEjsG7pdbvi6Sl8NplNZjpQWEkU/TSCowLXfDQ+Sk1Jx8PscJII+LuB63GeNg+3w9cxqg3sC3+WaVORdcpSSu1mKInL/QMcZphbo1dZ6aOo2WazoMhvQtV1uvyx5aCj0XWGawpWdZPqxtio7wbzJVXx8TA2JvjJxXChPoUvHNH2RjMskrtFhVK1+gsz/MC3/ezYXXcZlkyGQ0LYfzguCm5ktGWnGWh53wvp5PTH0/kpZkjbdf2ojpODvYg2m95i7j+w67p7gKK/FWPX/QVU+0CG
sidebar_class_name: "delete api-method"
info_path: docs/api/nullplatform-api
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Delete a runtime configuration"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/runtime_configuration/{id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Remove a runtime configuration by ID.

>
> ⚠️ **Deprecation notice**
>
> This operation might be removed in the future. We recommend using [Providers](/docs/providers/overview) instead.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"in":"path","name":"id","schema":{"type":"integer"},"required":true,"description":"The ID of the runtime configuration.","example":1234}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"204":{"description":"The operation was successful."},"4XX":{"description":"Client error responses due to invalid input or missing parameters.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific client error (e.g., 400, 401, 403, 404).","example":400},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"bad_request"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Bad Request\", \"Unauthorized\").","example":"Bad Request"},"message":{"type":"string","description":"Additional details about the error.","example":"The request was malformed or contained invalid parameters."}}}}}},"5XX":{"description":"Server error responses indicating an issue on the API side.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific server error (e.g., 500, 502, 503).","example":500},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"internal_server_error"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Internal Server Error\", \"Service Unavailable\").","example":"Internal Server Error"},"message":{"type":"string","description":"Additional details about the error.","example":"An unexpected error occurred. Please try again later."}}}}}}}}
>
  
</StatusCodes>


      