---
id: dimension-value-delete
title: "Remove a dimension value"
description: "Remove a dimension value by ID."
sidebar_label: "Remove a dimension value"
hide_title: true
hide_table_of_contents: true
api: eJy1U0uP0zAQ/ivRnECymm63XHxDapGKOC0FDlWF3GS6sTaxvfakbGX5v6NJ0/SxBSEEp9jO2PO9JkKJofDakbYGJDxgY3eYqazUDZqgrcl2qm4x2+yzxWwEAqxDr7h6UYKEoex7VyZLrJEQBJB6DCBXMBve+coFsBYQsGi9pj3IVYQNKo/+fUsVyNU6rQU45VWDhD50BZphOUUVCDCqwfOmixIEhKLCRoGMQHvHv7UhfEQPSYDH51Z7LEGSb1FckV1WmC1mmd1mVOGJMbPEF9W4GkFO7qfvkrgJQ/+X7ge9LzDcTe6nrIzH4KwJGLjdZDzlz+s3B4OyHypkoS0KDGHb1pCSgAapsp1xR6M6ThLyAUAez/RNeQcnj7pMzBb97mhM62uQUBG5IPNcOT0ybV27WtHW+mZU2AbSmdufWagD9HPPB934oaOevD8UgegXH6xvFIGEj9+WHRNttpavM54D+bvReDTm6Gli1U7RC2yGs4EaZfhK79+vsg5XTkUorCE09Efz0dMhfKHc1Uobbt5pFXutV6cAgwB5meYjAqlLnpXKBuIbMW5UwC++TomPn1v0PD9rvuC12jDhVYRSB16XILeqDteROyfy5qEP59vsN2Nwk0x/qMx+wCsBBDzh/mo4eXD+JaTTbPwFMF1CWp+PwGz+ab6cgwB1mcSr5HXC3nw6xkPF0j6hSWnoRLznZin9BLLb0xo=
sidebar_class_name: "delete api-method"
info_path: docs/api/dimensions
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={"Remove a dimension value"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/dimension/{dimensionId}/value/{id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Remove a dimension value by ID.

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

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

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

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"204":{"description":"The operation was successful"}}}
>
  
</StatusCodes>


      