API ReferenceClaim source
Delete a claims source
DELETE
/v1/claim-sources/{id}Deletes an existing claims source by providing its claimSourceID.
Roles
adminissuermanaged-issuer
Analytics Events
CLAIM_SOURCE_DELETE_STARTCLAIM_SOURCE_DELETE_SUCCESSCLAIM_SOURCE_DELETE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Claims source ID
Format
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/claim-sources/41458e5a-9092-40b7-9a26-d4eb43c5792f"Empty
How would you rate this page?
Update a claims source PUT
Updates an existing claim source by providing its `claimSourceID`.
Create a CWT credential configuration POST
Creates a new CWT credential configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.