File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ properties:
1414 - layer : Transport
1515 - facade : FilesFacade
1616 - function : deleteFile
17- - description : Deletes the File with the fiven `id`.
17+ - description : Deletes the File with the given `id`.
1818 - feature category : Arbitrary large data support
1919 - tech category : Files
2020 - status : DONE
Original file line number Diff line number Diff line change 1+ ---
2+ # Start automatic generation
3+ permalink : use-case-transport-delete-relationshiptemplate
4+ published : true
5+ title : " Delete RelationshipTemplate"
6+ type : use-case
7+ toc : true
8+ sidebar :
9+ - title : " Integrate enmeshed"
10+ nav : " docs_integrate"
11+ properties :
12+ - id : RT8
13+ - component : Runtime
14+ - layer : Transport
15+ - facade : RelationshipTemplatesFacade
16+ - function : deleteRelationshipTemplate
17+ - description : Deletes the RelationshipTemplate with the given `id`.
18+ - feature category : Consent required before any data is shared
19+ - tech category : RelationshipTemplates
20+ - status : DONE
21+ - documentation status : DONE
22+ - comments :
23+ - actor : Identity
24+ - trigger :
25+ - precondition :
26+ - result :
27+ - priority : n/a
28+ - complexity : n/a
29+ - size : n/a
30+ - created_at :
31+ - changed_at :
32+ - api_route_regex : DELETE /api/core/v1/RelationshipTemplates/{id}
33+ - published : default
34+ - link : use-case-transport-delete-relationshiptemplate
35+ require :
36+ required_by :
37+ api_route_regex : ^DELETE /api/core/v1/RelationshipTemplates/{id}$
38+ # End automatic generation
39+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ # Start automatic generation
3+ permalink : use-case-transport-delete-token
4+ published : true
5+ title : " Delete Token"
6+ type : use-case
7+ toc : true
8+ sidebar :
9+ - title : " Integrate enmeshed"
10+ nav : " docs_integrate"
11+ properties :
12+ - id : RK6
13+ - component : Runtime
14+ - layer : Transport
15+ - facade : TokensFacade
16+ - function : deleteToken
17+ - description : Deletes the Token with the given `id`.
18+ - feature category : Share structured information over side-channel
19+ - tech category : Tokens
20+ - status : DONE
21+ - documentation status : DONE
22+ - comments :
23+ - actor : Identity
24+ - trigger : REST API
25+ - precondition :
26+ - result :
27+ - priority : n/a
28+ - complexity : n/a
29+ - size : n/a
30+ - created_at :
31+ - changed_at :
32+ - api_route_regex : DELETE /api/core/v1/Tokens/{id}
33+ - published : default
34+ - link : use-case-transport-delete-token
35+ require :
36+ required_by :
37+ api_route_regex : ^DELETE /api/core/v1/Tokens/{id}$
38+ # End automatic generation
39+ ---
You can’t perform that action at this time.
0 commit comments