Skip to main content
POST
/
api
/
location
/
removeLocationLabel
Remove location label
curl --request POST \
  --url https://api2.rhombussystems.com/api/location/removeLocationLabel \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "label": "<string>",
  "locationIdentifier": "<string>"
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for removing a label from a location.

label
string | null

Label to remove from the location

locationIdentifier
string | null

Location identifier (name or ID)

Response

200 - application/json

OK

Response object for removing a label from a location.

error
boolean | null
errorMsg
string | null
warningMsg
string | null