DELETE: Delete a Profile
Delete the specified profile.
You must first verify that the profile is not being used: do a GET Channel List and make sure this profile is not associated with any channel. If it is, do a PUT Channel on that channel so that the channel uses a different profile before you delete this profile.
Request URL
DELETE http://<Conductor IP address>/profiles/<ID of profile>
Call Header
-
Accept: Set to application/xml
If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.
Example
This request deletes the profile with the ID 14.
DELETE http://198.51.100.0/profiles/14