Skip to main content
DELETE
/
api
/
v2
/
clients
/
{client_id}
Delete Client
curl --request DELETE \
  --url https://bloodhound.specterops.io/openapi.json/api/v2/clients/{client_id} \
  --header 'Authorization: Bearer <token>'
"[this request has no response data]"
Applies to BloodHound Enterprise only

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
integer
default:0

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

Required range: x >= 0

Path Parameters

client_id
string<uuid>
required

Client ID

Response

No Content This response will contain no response body.

The response is of type string.