URL

DELETE https://{api-url}/api/v2/tenants/{tenantId}/policies/discovery/{discoveryId}

Sample URLs

https://{api-url}/api/v2/tenants/client_93/policies/discovery/54

Status code

200 OK

Sample response

{
	"status": 200,
	"entity": "Removed discovery profile with id  : 54",
	"metadata": {},
	"length": -1,
	"headers": {},
	"cookies": {},
	"actualEntity": "Removed discovery profile with id  : 54",
	"links": [],
	"stringHeaders": {},
	"statusInfo": {
		"family": "SUCCESSFUL",
		"statusCode": 200,
		"reasonPhrase": "OK"
	},
	"allowedMethods": []
}