---
id: parameter-values-delete
title: "Delete multiple parameter values"
description: "Deletes multiple parameter values."
sidebar_label: "Delete multiple parameter values"
hide_title: true
hide_table_of_contents: true
api: eJzdlt9v4zYMx/8VgU93gJek13Q//NZdO6zDHoq7FDugLQrGYmLdyZJPortmgf/3gbKTOE1u6zBsA5YHJxEo8cOvSJNr0BSLYGo23kEOF2SJKaqqsWxqS6rGgBUxBfWItqE4ggy2axHy2zU4rAjy3eqVhgyMS0tcQvbMxawkdXWh/EJxOThfDg70uTGBNOQcGsogFiVVCPkaeFWLj8jBuCW0GdATVrWVtZM3p9BmWwyj48b954bC6gv+4wFAH6Bir3RS4UVEGAKKD8NUxSOkQ9RbmJ59DRl88+13cN/eZ+BrCihYV3oo4ENHkncYkAHjUqSG640F3AtarL2LlLy+mUzl6zDSrQv1K0YVm6KgGBeNHYmI0w8fDne9tYYcKwrBB7V1onRDIo1xj2iNVsbVDSsfVGViNG650zGlSOEdk2M5HevamiIxjD9GcbE+lNHPP1LBe4LfQmTkJr71WjRIPJBBRTHikkSBOkh0bDoJBta7c41jWlI4SIIfZ7Nr1e1QhdekAtWBIjmWWCQvYk2FWZhCFUM9XtFoOcrUdDKRx4k8TuUxfS1Rb296Opm0IsIeS58Sz1HOVYVFaRx9FQg1zi31vhIXl8iqQKalD+Y3SU9ho/BIQS3Q2CbQnmeYo34QESlyqpMk2wsg5sHQIlNlU6HbkQysNgXTwclxGzXu4HvU6l3n9A5k4cZhw2VC1newL87QWhA3N/rnkFob+YlWaWI0Niqc+4Z3WPt+JP97KVL2V2gXPlSkVVLXMRpHepvSwwxu0yeDs2MV8r6T/3mFGKdTnrulQqdMjA0p7xLc+fWVikbT/6w04lCIPhnOpDTOJm/kcbp/8Wf/XVVIsMGhfeiMHjrJ/rX6uOrdqz51LsWmqxRZMQWpG4ePaKycelAwR7f/o6Vz7lTj6Kmmgkn3IfmiaEIgPVLXljCS4rBSuETjlMXUwdtN2UQqmmB4leaDOWGgcN5wCflt6nsVceml5W07XJoUchhva3C8HswT7bjriCAniwLd4NEECzmUzHXMx2Oszcg11tYWWcp8VPgKxNsG5r1UVlcQQ6StdHIQ9C0+vUmTEWT9jx98qJAhh59+maW+btzCy3bh6VQ+GU1GE+nXhpOK17tBqc2g9pErTEXezyrdtPXlYev5Na53L4+XTWp9ZExPPK4tGiccSbZ1L/ntbuyADPL9Ia6nuM+g9JHFeL2eY6SbYNtWlrsJS+5CmyipqyFfoI30B+Cv3vXvsdfqL41iR2P5RKvtzJc2QQ7p0h8xGAH6u3BH59SjKJuB0K2GLBvEobDtfZtBSagpJLzO4rwoqObB3oPusFc6F5c/X84uIQPcz+JnWZscHEVbrzuLmf9Erm23pCz/hbFtfweyFy1h
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 multiple parameter values"}
>
</Heading>

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



Deletes multiple parameter values.

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

<ParamsDetails
  parameters={[{"name":"parameterId","in":"path","description":"The ID of the parameter.","required":true,"schema":{"type":"string"},"example":"123"},{"name":"ids","in":"query","description":"The IDs of the parameter values to delete.","required":true,"schema":{"type":"array","items":{"type":"string"}},"example":["456","789"]}]}
>
  
</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>


      