Tenant - UnMarked asset ID as global report for a specified tenants
Authorizations
Path parameters
reportIdstring · uuidRequired
The ID of the global report to unmark.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Global report unmarked successfully.
404
Not Found
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
DELETE /tenants/reports/{reportId}/global HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"reportId": "123e4567-e89b-12d3-a456-426614174000",
"unmarked": true,
"reason": null
}
PreviousTenant - Retrieves asset details for a tenantNextTenant - Marked asset ID as global report for a specified tenants
Last updated