Target Nodes
Delete an existing target node profile
Deactivates a target node profile if it's not being used by any software stacks
delete/api/target_nodes/profiles
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
Authentication token for the EDH user
Response
Target node profile deleted successfully
Example response
{
"success": true,
"message": "Target Node Profile removed from EDH"
}