Skip to content

Remove Equipment

Permanently delete an equipment instance. This is a hard delete and cannot be undone. Requires ADMIN or MANAGE_OBJECTS permissions.

Parameters

name * are required parametersdata typedescription
instanceId*stringThe unique identifier of the equipment instance to delete

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Equipment deleted successfully"
}

Examples

bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/equipment/:instanceId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

delete/api/{targetPath}/equipment/:instanceId