POST /v1/terminals/unassign

  curl --request POST \
    --url https://api.nomba.com/v1/terminals/unassign \
    --header 'Authorization: Bearer <token>' \
    --header 'Content-Type: application/json' \
    --header 'accountId: <accountId>' \
    --data '{
    "serialNumber": "55555555",
    "terminalLabel": "Testing"
  }'

Request body

serialNumber
string
required
Terminal serial number.
terminalLabel
string
Terminal label.

Response body

code
string
required
Response code
description
string
required
Response description
data
object