Kurzbeschreibung

Löscht ein Priority Profil (vor UMS 12 als "Masterprofile" bezeichnet).

Dadurch wird das Priority Profil nicht in den Papierkorb verschoben, sondern einfach gelöscht.

Ressourcen-URL

/v3/masterprofiles/{profileid} 

Beispielanfrage

curl \

--request DELETE \

https://[server]:8443/umsapi/v3/masterprofiles/72303 

Anfragenpfadvariablen

Name

Typ

Verbindlich

Beschreibung

id

String

ja

Priority Profil-ID

Antworttyp

Liefert eine Nachricht.

Beispielantwort

{

"message": "Deleted profile with id 72303"

}