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

Attribute

DELETE

Request:
/attribute?name=dname
Deletes the given attribute by name
Given an attribute name, deletes the attribute and its attribute values.
Sample Request URI:
https://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/attribute?name=dname
or
https://api.adaptiveplanning.com/api/rest/modeling/v1/globosales/attribute?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
Attribute 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.