URL

DELETE https://{api-url}/api/v2/tenants/{tenantId}/policies/management/{id}

Sample URLs

https://{api-url}/api/v2/tenants/client_105261/policies/management/2325

Status code

200 OK

Sample response

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