---
id: parameter-delete
title: "Delete a parameter"
description: "Delete a parameter along with all its values and versions."
sidebar_label: "Delete a parameter"
hide_title: true
hide_table_of_contents: true
api: eJzdls1u3DYQx19lMKcEUNfrr4sOAdzYRV30YCQbNIBtGLPi7IoJRSrkyLG70DP03lMfo8/TF+grFEPJ612v0ebSFOgeuBJFcn7z5wyHKzScqmhbscFjiafsWBgIWorUsHAEcsEv4bOVGsg5sJLgllzHCcgbuOWYbPBpcuVfXflX8Mevv/35+y8wq20CqnRVqMj7IDBn6LwJnnUoFri2kLC8XKGnhrFEa7BAqygtSY3FE75ZzXB+CmEBUvMGpAQwGX2CBUb+1NnIBkuJHReYqpobwnKFct+qkSTR+iX2BfIdNa1jLPcPDvvrAkPLkdTWuckI4/rlsDgWmLjqopX7zDxnihxPOqmxvLzW+UJLdQcvHmbitfKkNvjESREOpkf6t+vW2jR8pgSpqypOadG5iXIevX+/O+u1s+wFOMYQYW0ETMeqh/W35KwB69tOIERobErWLx9VSypWFbywF12d2tbZKjPsfUhqYrWrXZh/4Eq2VL7EJCRdeh2MSpR5sMCGU6IlqwJtVO/EDhJsjH5c13rhJcedHf9+NruAYQZUwTBEbiMn9qK+aBSkliu7sBVUm3q84MlyUsDRdKrNvjaH2hy9VK/X+340nfYqwhbLGB9PUU6goaq2nr+JTIbmjkdbmUtqEqhIeBmi/ZnTwMbxliMsyLou8pZlnJO5URE5SQ7FLNsXQMyj5UUBddeQfyTZGPWQHgOcLvegxhV+SwbeDEavUDveeeqkzsjmCrfF2RytiA87+s+Qxlh9JAeGhaxLQPPQySPWth2N/1GKHP0NuUWIDRvI6noh69msQ3ozgvv8K/D4uQx5O8j/NEOsNznO/RLIg02pYwg+w51cnEOyhv9nqZE2hRiD4VhT43h6oM3h9sYf/3dZoc5GT+5mGHQzSPbV8uN8NA9j6JzpmCFTtMdWDO883ZJ1uupOwjw7/V9NnRMPnee7lithM7oUqqqLkc0ELhxTYpB4D7Qk68GRcHzImswlddBat65wue6WuLdOsr2VNX0uferSUK276LDEWqRN5d4etXbiO+daR6J5O6lCg1oOH6rlW02VIcI3a+ZaC10Ix0Kdj8Y8CIvx4bsQGxIs8YefZqjU1i+CTh9vH1ji/mQ6mWKBYiXLcvF4u+gLbEOShnLWjveM3YvO051YPeb/17wWjYoI38le68h65c9yr8atucRN5tIaPUbqkEQ/rVZzSvwuur7X7k8dR72rXBd4S9FqzOb9Mzbps8FyQS7x37j+4s14mL2EL7p8Pcs/dpK/RwVxnb5hgR/5frjz9dd9gTWT4Zj5hg8nVcWtbEzZOYY1yNYhfHr249nsDAuk7eh6Ek3ZwLNEq9UwYhY+su/7NaDouzL2/V+v+uDa
sidebar_class_name: "delete api-method"
info_path: docs/api/parameters
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 parameter"}
>
</Heading>

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



Delete a parameter along with all its values and versions.
>
> ⚠️ This action cannot be undone.
>

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

<ParamsDetails
  parameters={[{"name":"id","in":"path","description":"The ID of the parameter to delete.","required":true,"schema":{"type":"string"},"example":123}]}
>
  
</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>


      