Dimension Service API  2.0.0
api indexresource index

DELETE {+dimensionAspect}/labels/{locale}

since: 0.6
Logically deletes a single label identified by locale from the specified aspect.

This is a privileged operation.

Path Elements

+dimensionAspect
0.6required
string
The URI path to a specific dimension aspect (whether by ID or by name).
locale
0.6required
string
A locale that identifies a specific label.

example value

en-US

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

Example 1

Request:

Response:
HTTP/1.1  204  NO CONTENT

Example - delete French label for an aspect referenced by ID

Request:

Response:
HTTP/1.1  204  NO CONTENT

Example - label does not exist

Request:

Response:
HTTP/1.1  204  NO CONTENT

Example - deleting English label

Request:

Response:
HTTP/1.1  204  NO CONTENT