cURL
curl --request DELETE \ --url https://api-eu.cybedefend.com/organization/{organizationId}/policies/{policyId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Policy deleted successfully" }
JWT access token.
Policy deleted
Whether the deletion was successful
true
Message
"Policy deleted successfully"