Returns a set of data items of type facts.
GET /api/multimedias/facts
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| LongTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Source | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-06-01T16:17:29.965582Z",
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"DateCreated": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4badb8d8-6ed1-4194-be1f-b46d4fb19d0a",
"PublicationDateAndTime": "2026-06-01T16:17:29.965582Z",
"regionscountries": "44499f3c-f493-44c0-9568-fb4fa133c3a2",
"healthtopics": "5c4b9c37-73bb-4743-8d13-e8fd0c22b91c",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "97e7f14e-dd75-4ee2-ac22-70dcb0d9ae3a",
"departmentaltargets": "7b6c4bd5-2451-4cfd-811f-69c804842662",
"targetaudiences": "f8401d97-bd9c-48f7-ae9f-04da1dd49256",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T16:17:29.965582+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-01T16:17:29.965582Z",
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"DateCreated": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4badb8d8-6ed1-4194-be1f-b46d4fb19d0a",
"PublicationDateAndTime": "2026-06-01T16:17:29.965582Z",
"regionscountries": "44499f3c-f493-44c0-9568-fb4fa133c3a2",
"healthtopics": "5c4b9c37-73bb-4743-8d13-e8fd0c22b91c",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "97e7f14e-dd75-4ee2-ac22-70dcb0d9ae3a",
"departmentaltargets": "7b6c4bd5-2451-4cfd-811f-69c804842662",
"targetaudiences": "f8401d97-bd9c-48f7-ae9f-04da1dd49256",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T16:17:29.965582+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets facts item by id.
GET /api/multimedias/facts({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| LongTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Source | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-06-01T16:17:29.965582Z",
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"DateCreated": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "3f3d0592-f304-47c5-8fa4-97c5ed4c2160",
"PublicationDateAndTime": "2026-06-01T16:17:29.965582Z",
"regionscountries": "a83bf2c3-48ab-4f04-a630-2b0d5355287c",
"healthtopics": "c4f401d6-01d6-4e8a-a673-7f506d92ac6d",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "43b4bb3c-d741-4346-92b2-ece6c8bb2a61",
"departmentaltargets": "8acedafd-05c4-4396-929d-822f89d79a3f",
"targetaudiences": "68e7cefc-741d-4dc2-b394-adb05cc8a803",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T16:17:29.965582+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from facts item.
GET /api/multimedias/facts({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "c6c90239-042d-4255-b61b-0e2016b5d171"
}Creates a facts item.
POST /api/multimedias/facts
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| LongTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Source | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "965991fa-a6ed-4f50-801d-4eef0c3898da",
"PublicationDateAndTime": "2026-06-01T16:17:29.965582Z",
"regionscountries": "ed80c6ef-f9ca-4831-9239-a06ef179bb30",
"healthtopics": "8da5c92a-0ac7-4aaa-bcfe-1e5e398dd87e",
"Content": "sample string 9",
"LongTitle": "sample string 10",
"Title": "sample string 11",
"Source": "sample string 12",
"sustainabledevelopmentgoals": "d4aa19a5-4053-43a4-999c-4aff3a92c686",
"departmentaltargets": "72bf5a32-0c8c-4df8-9a74-aba6bc3f8bb2",
"targetaudiences": "9b85a65c-1525-44a2-ba63-ea10f771d353"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| LongTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Source | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-06-01T16:17:29.965582Z",
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"DateCreated": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "8cb20b98-5461-4a17-9516-fc8b3aa04289",
"PublicationDateAndTime": "2026-06-01T16:17:29.965582Z",
"regionscountries": "8d0b62ea-ddea-482a-98d9-0432e89df204",
"healthtopics": "6cbf54bf-9e22-452f-87a9-7e1be135d3b5",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "4403beff-c8b4-41b9-b878-b318bf4af984",
"departmentaltargets": "155ce6ea-3c5b-4cc4-bfec-47ce590660c3",
"targetaudiences": "28c21931-97f5-40a3-8dff-4fb53edf8ec1",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T16:17:29.965582+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for facts item.
PATCH /api/multimedias/facts({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| LongTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Source | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "259ce7c4-b80e-4519-81ee-c72c00c9431f",
"PublicationDateAndTime": "2026-06-01T16:17:29.965582Z",
"regionscountries": "cd86fae9-7448-432b-8145-f768aae7ad26",
"healthtopics": "5eba65cc-d251-4e42-ab46-958574a2bb79",
"Content": "sample string 9",
"LongTitle": "sample string 10",
"Title": "sample string 11",
"Source": "sample string 12",
"sustainabledevelopmentgoals": "d8cb7717-09d8-487f-ab30-ffa66b7ee26e",
"departmentaltargets": "18f63dde-1fc2-4ef0-a574-44ae61ca5d27",
"targetaudiences": "8cfd730d-7980-4cd9-a547-c5837485e6c8"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for facts item.
PUT /api/multimedias/facts({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| LongTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Source | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "ef85ce9c-b5fa-4360-ba11-68d856e745f5",
"PublicationDateAndTime": "2026-06-01T16:17:29.965582Z",
"regionscountries": "e3e63ccd-4913-41a5-abc1-28e695cdbf33",
"healthtopics": "1962351e-c169-4c53-ab04-44e7191a7181",
"Content": "sample string 9",
"LongTitle": "sample string 10",
"Title": "sample string 11",
"Source": "sample string 12",
"sustainabledevelopmentgoals": "669855ad-7d63-42ea-9d5f-e9e202636138",
"departmentaltargets": "c3d7d8ea-53f7-4893-8197-275900ba32be",
"targetaudiences": "62e4a8df-0692-407c-821e-e6a69a1f757d"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a facts item by Id.
DELETE /api/multimedias/facts({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Image from facts item.
GET /api/multimedias/facts({key})/Image
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-06-01T16:17:29.965582Z",
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "b5f8ed8b-6a87-4550-9327-dab549d86f3c",
"publishingoffices": "c6d9ef63-4846-4a28-a46e-26069cb9c3e1",
"events": "2b2d31c8-0b29-4b11-94c3-7271c3782b72",
"targets": "87c0552d-29a1-4743-b4c0-0e010877eca3",
"Category": "0de64418-b07c-418e-9b9e-381eb348e3af",
"imagetypes": "49b74e5c-ab34-44b5-bd27-2779cc4e0c86",
"departmentaltargets": "601ac868-1c81-432c-b3b5-bfafc95b48c8",
"stakeholders": "63ade796-480a-48ae-8c78-b27d94f0c0a7",
"Tags": "4b432780-d044-4bad-9c24-7b3da216e2ff",
"healthtopics": "f81595b3-96a0-4aba-891a-9f76198679bb",
"targetaudiences": "b09dd1a4-797f-4cf7-a485-c30cc15819dd",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7b057a32-40a1-4bfd-8e01-695093a066d5",
"ParentId": "ac7ca10f-6123-44a5-acb5-33f613a2befb",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-06-01T16:17:29.965582Z",
"PublicationDate": "2026-06-01T16:17:29.965582Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T16:17:29.965582Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "b5f8ed8b-6a87-4550-9327-dab549d86f3c",
"publishingoffices": "c6d9ef63-4846-4a28-a46e-26069cb9c3e1",
"events": "2b2d31c8-0b29-4b11-94c3-7271c3782b72",
"targets": "87c0552d-29a1-4743-b4c0-0e010877eca3",
"Category": "0de64418-b07c-418e-9b9e-381eb348e3af",
"imagetypes": "49b74e5c-ab34-44b5-bd27-2779cc4e0c86",
"departmentaltargets": "601ac868-1c81-432c-b3b5-bfafc95b48c8",
"stakeholders": "63ade796-480a-48ae-8c78-b27d94f0c0a7",
"Tags": "4b432780-d044-4bad-9c24-7b3da216e2ff",
"healthtopics": "f81595b3-96a0-4aba-891a-9f76198679bb",
"targetaudiences": "b09dd1a4-797f-4cf7-a485-c30cc15819dd",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7b057a32-40a1-4bfd-8e01-695093a066d5",
"ParentId": "ac7ca10f-6123-44a5-acb5-33f613a2befb",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Image relation to facts item.
POST /api/multimedias/facts({key})/Image/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Image from facts item.
DELETE /api/multimedias/facts({key})/Image/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.