@@ -15,8 +15,8 @@ related_guides:
15
15
16
16
# Remove metadata from an item
17
17
18
- Removing an instance of a metadata template assigned to a file or
19
- folder can be done using the item's ` id ` , and the template's ` templateKey `
18
+ To remove an instance of a metadata template assigned to a file or
19
+ folder, use the item's ` id ` , and the template's ` templateKey `
20
20
and ` scope ` .
21
21
22
22
<Message >
@@ -28,21 +28,21 @@ and `scope`.
28
28
29
29
</Message >
30
30
31
- ## Remove metadata from an file
31
+ ## Remove metadata from a file
32
32
33
- Deleting an instance of a metadata template from a file be achieved by calling
34
- the [ ` DELETE /files/:file_id/metadata/:templateKey/schema ` ] [ e_on_file ] API.
33
+ To delete an instance of a metadata template from a file, call
34
+ the [ ` DELETE /files/:file_id/metadata/:templateKey/schema ` ] [ e_on_file ] API endpoint .
35
35
36
36
<Samples id =" delete_files_id_metadata_id_id " />
37
37
38
38
This API returns a ` 204 No Content ` API response with no response body when
39
39
the instance has been successfully removed from the file.
40
40
41
- ## Remove metadata from an folder
41
+ ## Remove metadata from a folder
42
42
43
- Deleting an instance of a metadata template from a folder be achieved by calling
43
+ To delete an instance of a metadata template, call
44
44
the [ ` DELETE /folders/:folder_id/metadata/:templateKey/schema ` ] [ e_on_folder ]
45
- API.
45
+ API endpoint .
46
46
47
47
<Samples id =" delete_folders_id_metadata_id_id " />
48
48
0 commit comments