Skip to content

Remove Application Label

Request

Removes a label from a application

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

applicationUuidstringrequired

Application UUID (Administration > Applications)

labelUuidstringrequired

Label UUID (Administration > Labels)

DELETE
/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels/{labelUuid}
curl -i -X DELETE \
  'https://baseUrl/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels/{labelUuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(MessageDTO)
Response
{ "supportToken": "1171c60d", "response": { "message": "Success!" } }