Skip to main content
DELETE
/
robots
/
{robotId}
/
tags
/
{tagId}
Untag a robot
curl --request DELETE \
  --url https://api.inorbit.ai/robots/{robotId}/tags/{tagId} \
  --header 'x-auth-inorbit-app-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-auth-inorbit-app-key
string
header
required

InOrbit appKey authenticates API requests using a token.

You can obtain your appKey in the Authentication docs.

Path Parameters

robotId
string
required

The robot's id

tagId
string
required

The id of the tag

Response

The robot was untagged successfully