Skip to main content
Adaptive Planning
Last Updated: 2023-06-23
Dimension

Dimension

Version: v1

DELETE

Request:
/dimension?name=dname
Deletes the given dimension by name.
Given a dimension name, deletes the dimension and its dimension values.
Sample Request URI:
https://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/dimension?name=dname
or
https://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/dimension?name=dname&&doValidateOnly=true
Sample Request Header:
Authorization: Basic
Content-Type: application/json
Path Parameter
Name
Description
Required
tenant
Tenant to operate on. e.g. globosales
Y
Query Parameters
Name
Description
Required
Default
name
Dimension Name to deleted.
Y
doValidateOnly
Process the request in the validate mode which means no db persistence of the changes.
N
false
instanceCode
The instanceCode to retrieve values from. For example, globosales. If no instanceCode is specified, the default insantce of the user is used.
N
Sample Response:
204
Successful response is blank with status code 204.
400 Bad Request
The request could not be understood by the server.
401 Unauthorized
User is not authorized.
403 Forbidden
User has insufficient permissions.
500 Internal Server Error
Internal Server Error.