Dimension Service API  2.0.0
api indexresource index

DELETE {+dimensionNode}/attributes/id/{id}

since: 0.6
Deletes a single attribute value for a specific node, identified by the attribute's system-generated, permanent ID. Subsequent GET operations for the attribute on this node will return either no value or the attribute's default value, when defined.

This is a privileged operation.

Path Elements

+dimensionNode
0.6required
string
The URI path to a specific dimension node (whether by ID or by name).
id
0.6required
string
The UUID identifier of the attribute whose value is to be deleted.

example value

c689acc7-ee13-3482-aa7b-c6a13419431c

Request Headers

pros-dimension-consistency
0.13optional
string
pros-dimension-consistency is an optional HTTP header used to define the data consistency level of the request. There is a trade off between data consistency and service availability and performance: higher data consistency can result in lower availability and slower performance, while lower data consistency can result in higher availability and faster performance.
0.13 valid values:
  • HIGHEST
  • HIGH
  • NORMAL
  • LOW
  • LOWEST

Resource Information

Response Content
json
Success Statuses
204  NO CONTENT
Error Statuses
404  NOT FOUND
Other Methods

Example 1

Request:

Response:
HTTP/1.1  204  NO CONTENT

Error Example - does not exist

see: DIM-001401

Request:

Response:
HTTP/1.1  404  NOT FOUND

{
  "errorID"     : "DIM-001401",
  "errorMessage": "Sorry, the requested attribute 'c689acc7-ee13-3482-aa7b-c6a13419431c' does not exist.",
  "requestID"   : "DIM-a3ef91fe39dcecd5"
}