curl --request POST \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/clear-database \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deleteCollectedGraphData": true,
"deleteRelationships": [
"<string>"
],
"deleteFileIngestHistory": true,
"deleteDataQualityHistory": true,
"deleteAssetGroupSelectors": [
123
]
}
'"[this request has no response data]"Wipes your BloodHound data permanently. Specify the data to delete in the request body. Possible data includes collected graph data, relationships of specific types, custom high value selectors, file ingest history, and data quality history.
curl --request POST \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/clear-database \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deleteCollectedGraphData": true,
"deleteRelationships": [
"<string>"
],
"deleteFileIngestHistory": true,
"deleteDataQualityHistory": true,
"deleteAssetGroupSelectors": [
123
]
}
'"[this request has no response data]"Documentation Index
Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer $JWT_TOKEN
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.
^wait=(-1|[0-9]+)$No Content This response will contain no response body.
The response is of type string.