Summary

Deletes a master profile.

This does not move the master profile into the Recycle Bin but simply deletes it.

Resource URL

/v2/masterprofiles/[profileid]

Example Request

curl \

--request DELETE \

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

Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

master profile ID

Response Type

Returns a message.

Example Response

{

"message": "Deleted profile with id 72303"

}