Updating and deleting a trust registry
Deletes a Trust Registry
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired
A trust registry id
Responses
200
Trust Registry has been deleted
No content
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
/trust-registries/{registryId}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired
A trust registry id
Body
namestringRequiredExample:
Trust registry name
Truvera Example EcosystemdescriptionstringRequiredExample:
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-registryecosystemUrlstring · uri · min: 8RequiredExample:
Trust registry ecosystem URL
https://ecosystem.truvera.iogovernanceFrameworkstringRequiredExample:
Trust registry governance framework
Lorem ea ea reprehenderit cupidatat minim incididunt occaecat est sit.governanceFrameworkVersionstringRequiredExample:
Trust registry governance framework version
1.0.0Responses
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
/trust-registries/{registryId}Last updated
Was this helpful?