DELETE api/internal/dataset/file/{filnavn}
Delete file
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filnavn | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Kartverket.Geonorge.Download.Models.FileName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Filename | string |
String length: inclusive between 0 and 100 |
|
Url | string |
None. |
|
Category | string |
String length: inclusive between 0 and 50 |
|
SubCategory | string |
String length: inclusive between 0 and 50 |
|
Division | string |
String length: inclusive between 0 and 50 |
|
DivisionKey | string |
String length: inclusive between 0 and 100 |
|
Projection | string |
String length: inclusive between 0 and 100 |
|
Format | string |
String length: inclusive between 0 and 100 |
|
DatasetId | integer |
None. |
|
Dataset | Kartverket.Geonorge.Download.Models.Dataset |
None. |
|
AccessConstraintRequiredRole | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "6539d217-b69c-4fef-a168-00552e2dbca1", "Filename": "sample string 1", "Url": "sample string 2", "Category": "sample string 3", "SubCategory": "sample string 4", "Division": "sample string 5", "DivisionKey": "sample string 6", "Projection": "sample string 7", "Format": "sample string 8", "DatasetId": 1, "Dataset": { "Id": 1, "Title": "sample string 2", "MetadataUuid": "sample string 3", "SupportsAreaSelection": true, "SupportsFormatSelection": true, "SupportsPolygonSelection": true, "SupportsProjectionSelection": true, "FmeClippingUrl": "sample string 4", "MapSelectionLayer": "sample string 5", "AccessConstraint": "sample string 6", "AccessConstraintRequiredRole": "sample string 7", "MaxArea": 8, "filliste": [] }, "AccessConstraintRequiredRole": "sample string 9" }