curl --request DELETE \
--url https://bloodhound.specterops.io/openapi.json/api/v2/asset-group-tags/{asset_group_tag_id}/selectors/{asset_group_tag_selector_id} \
--header 'Authorization: Bearer <token>'{
"http_status": 400,
"timestamp": "2024-02-19T19:27:43.866Z",
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"errors": [
{
"context": "clients",
"message": "The JSON payload could not be unmarshalled."
}
]
}Delete an asset group tag selector
curl --request DELETE \
--url https://bloodhound.specterops.io/openapi.json/api/v2/asset-group-tags/{asset_group_tag_id}/selectors/{asset_group_tag_selector_id} \
--header 'Authorization: Bearer <token>'{
"http_status": 400,
"timestamp": "2024-02-19T19:27:43.866Z",
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"errors": [
{
"context": "clients",
"message": "The JSON payload could not be unmarshalled."
}
]
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
ID of the asset_group_tag to update a selector on
Selector ID
Successfully deleted. No content is returned.