Attribute
DELETE
- Request:
- /attribute?name=dnameDeletes the given attribute by nameGiven an attribute name, deletes the attribute and its attribute values.Sample Request URI:
orhttps://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/attribute?name=dnamehttps://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/attribute?name=dname&&doValidateOnly=trueSample Request Header:Authorization: BasicContent-Type: application/jsonPath ParameterNameDescriptionRequiredtenantTenant to operate on. e.g. globosalesYQuery ParametersNameDescriptionRequiredDefaultnameAttribute 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.