light-mode-image
Learn
API ReferenceVerifier Policy

Delete verifier policy by ID

Roles

admindts-provider

Analytics Events

ECOSYSTEM_VERIFIER_POLICY_DELETE_STARTECOSYSTEM_VERIFIER_POLICY_DELETE_SUCCESSECOSYSTEM_VERIFIER_POLICY_DELETE_FAIL
DELETE/v1/ecosystems/{ecosystemId}/verifier-policies/{id}

Deletes a specific published ecosystem verifier policy by providing the ecosystem ID and the verifier policy ID. The verifier policy ID is the id returned when a policy is published, and is also included in the response from the Retrieve latest verifier policy endpoint.

Analytic events

  • ECOSYSTEM_VERIFIER_POLICY_DELETE_START
  • ECOSYSTEM_VERIFIER_POLICY_DELETE_SUCCESS
  • ECOSYSTEM_VERIFIER_POLICY_DELETE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

ecosystemId*string

The UUID of the ecosystem

Formatuuid
id*string

The UUID of the verifier policy

Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/v1/ecosystems/497f6eca-6276-4993-bfeb-53cbbbba6f08/verifier-policies/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty

How would you rate this page?