v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
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

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Target Node Profile removed from EDH"
}