Summary

Deletes a priority profile directory (called "master profiles" before UMS 12).

This deletes only empty directories. The attempt to delete a non-empty directory results in an error.

Resource URL

/v3/directories/masterprofiledirectories/[id]

Example Request

curl \

--request DELETE\

https://[server]:8443/umsapi/v3/directories/masterprofiledirectories/76559

Response Type

Returns a success message.

Example Response

{

"message": "Deletion successful."

}