Updating and Deleting Trust Registry
Deletes a Trust Registry
Authorizations
Path parameters
registryIdstringRequired
A trust registry id
Responses
200
Trust Registry has been deleted
400
Something went wrong with deleting the Trust Registry
application/json
401
Unauthorized.
application/json
404
Trust Registry does not exist
application/json
500
Something went wrong with deleting the Trust Registry
application/json
delete
DELETE /trust-registries/{registryId} HTTP/1.1
Host: api-testnet.truvera.io
Authorization: Bearer JWT
Accept: */*
No content
Authorizations
Path parameters
registryIdstringRequired
A trust registry id
Body
namestringRequiredExample:
Trust registry name
Truvera Example Ecosystem
descriptionstringRequiredExample:
Trust registry description
Labore voluptate adipisicing magna duis eu fugiat pariatur excepteur irure.
logoUrlstring · uri · min: 8RequiredExample:
Trust registry logo URL
https://logo.truvera.io/trust-registry
ecosystemUrlstring · uri · min: 8RequiredExample:
Trust registry ecosystem URL
https://ecosystem.truvera.io
governanceFrameworkstringRequiredExample:
Trust registry governance framework
Lorem ea ea reprehenderit cupidatat minim incididunt occaecat est sit.
governanceFrameworkVersionstringRequiredExample:
Trust registry governance framework version
1.0.0
Responses
200
Trust Registry has been updated
application/json
400
Error updating team
application/json
401
Unauthorized.
application/json
402
Transaction limit reached or upgrade required to proceed
application/json
404
Trust Registry was not found.
application/json
patch
PATCH /trust-registries/{registryId} HTTP/1.1
Host: api-testnet.truvera.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 357
{
"name": "Truvera Example Ecosystem",
"description": "Labore voluptate adipisicing magna duis eu fugiat pariatur excepteur irure.",
"logoUrl": "https://logo.truvera.io/trust-registry",
"ecosystemUrl": "https://ecosystem.truvera.io",
"governanceFramework": "Lorem ea ea reprehenderit cupidatat minim incididunt occaecat est sit.",
"governanceFrameworkVersion": "1.0.0"
}
{
"id": "0x601d148fb8895aca83eafb264293069911f76805b748b014ae64fcf0fd2d765d",
"convener": "did:cheqd:testnet:ac2b9027-ec1a-4ee2-aad1-1e316e7d6f59",
"convenerName": "Truvera",
"convenerLogoUrl": "https://logo.truvera.io/convener",
"slug": "truvera-example-ecosystem-1",
"nonce": "0x57aecb3863404812",
"created": "2025-06-23T21:07:25.133Z",
"name": "Truvera Example Ecosystem",
"description": "Labore voluptate adipisicing magna duis eu fugiat pariatur excepteur irure.",
"logoUrl": "https://logo.truvera.io/trust-registry",
"ecosystemUrl": "https://ecosystem.truvera.io",
"governanceFramework": "Lorem ea ea reprehenderit cupidatat minim incididunt occaecat est sit.",
"governanceFrameworkVersion": "1.0.0",
"issuerCount": 10,
"verifierCount": 5
}
Last updated
Was this helpful?