Platform API 3.0
/- Remove Application Label
Import a container SBOM and create a new project (Containers)
Get Organization Applications
Create Application
Get Application Statistics
Get Application totals
Get Application Labels
Add Application Label
Get Application Scans
Update Multiple Violation SLA
Import SBOM and create a new project (Dependencies - SCA)
Remove Application Label
Removes a label from a application
Security
bearer-key
DELETE
curl -i -X DELETE \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels/{labelUuid}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "response": { "message": "Success!" } }