Dimension
Version: v1
DELETE
- Request:
- /dimension?name=dnameDeletes the given dimension by name.Given a dimension name, deletes the dimension and its dimension values.Sample Request URI:
orhttps://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/dimension?name=dnamehttps://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/dimension?name=dname&&doValidateOnly=trueSample Request Header:Authorization: BasicContent-Type: application/jsonPath ParameterNameDescriptionRequiredtenantTenant to operate on. e.g. globosalesYQuery ParametersNameDescriptionRequiredDefaultnameDimension Name to deleted.YdoValidateOnlyProcess the request in the validate mode which means no db persistence of the changes.NfalseinstanceCodeThe instanceCode to retrieve values from. For example, globosales. If no instanceCode is specified, the default insantce of the user is used.N - Sample Response:
- 204Successful response is blank with status code 204.400 Bad RequestThe request could not be understood by the server.401 UnauthorizedUser is not authorized.403 ForbiddenUser has insufficient permissions.500 Internal Server ErrorInternal Server Error.