Delete Data Disclosure Agreement Template
DELETE/config/data-disclosure-agreement/:dataDisclosureAgreementTemplateId
Deletes a Data Disclosure Agreement Template.
Request
Path Parameters
Unique ID of a Data Disclosure Template
Responses
- 200
Data Disclosure Agreement Template Deleted
Response Headers
Content-Type json
Content-Type header
- application/json
- Schema
- Example (from schema)
Schema
revision objectrequired
A generic revision model captures the serialised contents of any schema's single row. This is then subject to 1) cryptographic signature and 2) auditing.
Aside from the "successor" column, a revision should be considered locked.
Revision ID
Possible values: [dataAgreement
, policy
, dataAgreementRecord
]
Previously "schema" but for technical reasons should be called "schemaName"
The PK of the object that was serialised
The object that is serialised
Indicates that objectId was left blank in serizalizedSnapshot when calculating serializedHash. objectId may subsequently be filled in.
Revisioned data (sed as JSON) as a dict. Apply JSON Canonicalization Scheme as per IETF RFC 8785. It contains all the fields of the schema except sucessorId, serializedHash, serializedSnapshot.
Hash of serizalizedSnapshot (SHA-1)
Timestamp of when revisioning happened. It should be ISO 8601 UTC date time
Individual ID
Reference to an admin user that has created this revision
If this revision is no longer the latest revision, refer to its successor
Tamper-resistent artifact from previous record, copied from serializedHash
Tamper-resistent artifact from previous record (we don't know if the previous record was signed or not)
{
"revision": {
"id": "",
"schemaName": "",
"objectId": "",
"objectData": "",
"signedWithoutObjectId": "",
"serizalizedSnapshot": "",
"serializedHash": "",
"timestamp": "",
"authorizedByIndividualId": "string",
"authorizedByOtherId": "",
"successorId": "string",
"predecessorHash": "",
"predecessorSignature": ""
}
}