Delete Decision Endpoint
DELETE {{apiPath}}/environments/{{envID}}/decisionEndpoints/{{decisionEndpointID}}
Deleting a policy decision endpoint removes its entry from the local database, along with any policy configuration and recent requests stored for it. The DELETE /environments/{{envID}}/decisionEndpoints/{{decisionEndpointID}}
operation deletes the policy decision endpoint specified by its ID in the request URL.
When successful, the DELETE
request returns a code 204 No Content
message.