Skip to main content
DELETE
/
api
/
v2
/
custom-nodes
/
{kind_name}
Delete custom node
curl --request DELETE \
  --url https://bloodhound.specterops.io/openapi.json/api/v2/custom-nodes/{kind_name} \
  --header 'Authorization: Bearer <token>'
{
  "http_status": 401,
  "timestamp": "2024-02-19T19:27:43.866Z",
  "request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "errors": [
    {
      "context": "login",
      "message": "Unauthorized"
    }
  ]
}
Applies to BloodHound Enterprise and CE

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.

Path Parameters

kind_name
string
required

Kind Name

Response

OK