---
id: scope-dimension-delete
title: "Remove a dimension"
description: "Remove a dimension from this scope."
sidebar_label: "Remove a dimension"
hide_title: true
hide_table_of_contents: true
api: eJzdVlFv2zYQ/ivEPbWAZjuJ86K3rM2wDMMQJClaIDGCs3i22FKkQp6yZIL++3CUYst2sHYFtgHzgyzTd7zvPt7HuxZqDFgRU4iQ37bgsCLIIRa+pgsNGRgHOdTIJWQQ6KExgTTkHBrKQFMsgqnZeDG6KUk1zjw0pC7eq5UPiktSaacJZBCLkiqEvAV+rlMMDsatocuAnrCqrawdHZ/Mocu2OGyz/tsgtKnIReOdEve/jN0t9je4oso/ksLRLqvgK8WlidtkfE0BxeNCv7B1v3HINVliggwY10IrXIsBLDKIVDTB8HPiekkYKJw1XEJ+uxAogWLtXaQoUI9nc/k6zG8TXP2OUcWmKCjGVWOFyvmnT4dO76whx4pC8EFtYijdkGKvjHtEa7Qyrm5Y+aAqE6Nxa7UtDUm58I7JseyOdW1NkSBMP0cJ0R5S7JefqeCdA7uFyMhNfOe1sJPwQAYVxYjrxE8dJDk2PQMj6+2+xjGtSfx2k/z55uZS9R6q8JpUoDpQJMeSSyrFmgqzMoUqxny8ocl6kqn5bCaPI3mcyGP+VrLelOZ8NuuEhB0sQxntQzlTFRalcfRDINS4tDTESri4RFYFMq19MH9Q7LFReKSgVmhsE2gnMixR3wuJFDmpJdH2DSCWwdAqU2VTodsiGVkpv0rBe3Cy3Qsbd/AjanXVB70DWfjgsOEyQdZ3sEvO2Fogvpzo10FqbeQVrdLEaGxUuPQNb2HtxpHyH6hIxV+hXflQkVaJXcdoHOlNSY8ruEufDE5fU8h1T/++QozTqc7dWqFTJsaGlHcJ3NnlhYpG0/9MGnFMxFAMpyKN09mxPE52D/70v1OFJBsc2vve6L6n7F/Tx8UQXg2lcy42vVJkxRSkPjh8RGNl1wPBvOr+j0rnzKnG0VNNBZMeUvJF0YRAeqIuLWEkxeFZ4RqNUxaZwotqEi4uvTS7TXNL/TiHaep+03YYGbrppg9OW+m/nfTflGQ/YTTBQg4lcx3z6RRrM3GNtbVFFiVPCl9BN+qU1yKevubH/XLDjmz00uHTZZmMIBtefvKhQoYcfvl4A5KHcSsv7oKnJ/JoMpvMpFkbTkT9NoIjMpdTqX3kCpOah8nkcE7YP6F2ey9841QxpMT0xNPaonESOvHVDmzf9rMGZJBvR7QxgjxNTIsMSh9Z7Nt2iZE+BNt1svzQUJDpY5HBIwYjtZlORZso7xryFdq4P1aNU3lzNVxab9VXJr5X0xkW0T2DQLCN/IIMvtDzaO6UEfC7IR3Of9+DRHjsFl0GJaGmkFjq/zorCqp55HRw6UsBbwTz/vzX85tzyAB3K3evUlOAVzG1bW9x47+Q67oNRJbfgrHr/gQgJA5A
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={"Remove a dimension"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/scope/{scopeId}/dimension/{slug}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Remove a dimension from this scope.

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

<ParamsDetails
  parameters={[{"name":"scopeId","in":"path","required":true,"description":"The unique ID for the scope.","schema":{"type":"string"},"example":"1234"},{"name":"slug","in":"path","required":true,"description":"The dimension slug.","schema":{"type":"string"}}]}
>
  
</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>


      