Skip to content

Commit c535f5e

Browse files
authored
Changing word structure (#800)
1 parent 4adf651 commit c535f5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/guides/metadata/4-instances/5-delete.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ related_guides:
1515

1616
# Remove metadata from an item
1717

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`
2020
and `scope`.
2121

2222
<Message>
@@ -28,21 +28,21 @@ and `scope`.
2828

2929
</Message>
3030

31-
## Remove metadata from an file
31+
## Remove metadata from a file
3232

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.
3535

3636
<Samples id="delete_files_id_metadata_id_id" />
3737

3838
This API returns a `204 No Content` API response with no response body when
3939
the instance has been successfully removed from the file.
4040

41-
## Remove metadata from an folder
41+
## Remove metadata from a folder
4242

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
4444
the [`DELETE /folders/:folder_id/metadata/:templateKey/schema`][e_on_folder]
45-
API.
45+
API endpoint.
4646

4747
<Samples id="delete_folders_id_metadata_id_id" />
4848

0 commit comments

Comments
 (0)