Skip to main content
POST
/
api
/
v2
/
logout
Logout of BloodHound
curl --request POST \
  --url https://your-tenant.bloodhoundenterprise.io/api/v2/logout
"[this request has no response data]"
Applies to BloodHound Enterprise and CE

Headers

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.

Pattern: ^wait=(-1|[0-9]+)$

Response

Success This response will contain no response body.

The response is of type string.