---
id: dimension-delete
title: "Remove a dimension"
description: "Remove a dimension by ID."
sidebar_label: "Remove a dimension"
hide_title: true
hide_table_of_contents: true
api: eJzdVsFu4zYQ/RViTruAajuJc9Et3aRoih6CrIMukATBWBxb3KVILTlK4wr692Io2ZHtYNvLboH6QEvkkPP4Zp5mWtAUi2BqNt5BDrdU+WdSqLSpyEXjnVpu1PXlBDLwNQUUu2sNOewMck2WmCADxnWE/B4ut0vwmEGNAStiCrLUghEvNXIJGTisCHIwGjKIRUkVQt4Cb+o065jWFKDLINDXxgTSkHNoKDuAvChJXV8qv1Jc0ituQUwvWNWWID85PZt3jxlEKppgeJOgLAkDhYuGS8jvH2U5UKy9ixQFx+lsLn/HznY8qD8xqtgUBcW4aqxAnX/6dLzpgzXkWFEIPqidD6UbUuyVcc9ojVbG1Q0rH1RlYjRurV6Zk7sU3jE5ltOxrq0pEoTp5ygu2mP+/PIzFQxj9u4hMnITP3gt4Up4IIOKYsQ1pWAFuRybnoGR9XFcDsPw62Jxo/odqvCaVKA6UCTHchcJTaypMCtTqGLMxzuarCeZms9mMpzIcCbD/P1eBOezWSck7GGJHIxbH0G5UBUWpXH0UyDUuLQ0+Eq4uERWBTKtfTB/UeyxUXimoFZobBNozzMsUT8JiRRZQtzT9i9ALIOhVabKpkL3imRktc3ZHpwct2XjAX5GrW57pw8gE3cOGy4TZP0A++SMrQXiNqL/DFJrI49olSZGY6PCpW/4Fda+H0n/gYqU/BXalQ8VaZXYdYzGkd6l9DiDu/TL4PwthXzs6T9UiHE65blbK3TKxNiQ8i6Bu7i5VtFo+p9JI46JGJLhXKRxPjuV4Ww/8Of/nSrkssGhfeqNnnrKfpg+rgf3akidK7HplSIzpiB15/AZjZVTjwTz5vbvKp0LpxpHLzUVTHq4ki+KJgTSE3VjCSMpDhuFazROWWQKW9UkXFz6VHe31TYV0Rymu4o3bY3upJSmK/XltgkWciiZ65hPp1ibiWusrS2y6HZS+ArGdfGjSKXP8HF13HEhB22Ldfo0JiPIhodffKiQIYff/liAoDZu5WW74OlpO5nMJjPpFQwnWna9QhT2ax+5wqTaoTk4bkgOI9G+6v+b7ctwBaYXntYWjROHiZ924PIexk5yo0X3pY8sS227xEh3wXadTH9tKEgb8ZjBMwYjSZYI1ybKs4Z8hTYeNitjrO9uh6/Pe/WNFuZN1MMkug2Ie9vIG2TwhTZ9P9U9dhmUhJpCQtUvXBQF1TzacvS1lFzYZdrl1e9XiyvIAPeT4CDoycGbiNq2t1j4L+S6bgeQ5V0wdt3fCAiceA==
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"}
>
</Heading>

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



Remove a dimension by ID.

<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 dimension.","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>


      