curl --request DELETE \
--url https://api.projectdiscovery.io/v1/asset/enumerate \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"asset_ids": [
"<string>"
]
}'
{
"message": "<string>"
}
Delete enumeration by enumerate ids
curl --request DELETE \
--url https://api.projectdiscovery.io/v1/asset/enumerate \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"asset_ids": [
"<string>"
]
}'
{
"message": "<string>"
}
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object
.
Was this page helpful?