Tenant - UnMarked asset ID as global report for a specified tenants

UnMarked asset ID as global report for a specified tenants

delete
Authorizations
Path parameters
reportIdstring · uuidRequired

The ID of the global report to unmark.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Global report unmarked successfully.
delete
DELETE /tenants/reports/{reportId}/global HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "reportId": "123e4567-e89b-12d3-a456-426614174000",
  "unmarked": true,
  "reason": null
}

Last updated