Skip to content

Commit 3afaa0c

Browse files
remove refs to removed section
Signed-off-by: Craig <[email protected]>
1 parent 9b03747 commit 3afaa0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/reference/api/registry/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,13 +673,13 @@ response format is as follows:
673673

674674
### Deleting an image
675675

676-
To delete a manifest, perform a DELETE request to a path in the following format: `/v2/<name>/manifests/<digest>` <sup>[end-9](#endpoints)</sup>
676+
To delete a manifest, perform a DELETE request to a path in the following format: `/v2/<name>/manifests/<digest>`
677677

678678
<name> is the namespace of the repository, and <digest> is the digest of the manifest to be deleted. Upon success, the registry must respond with a 202 Accepted code. If the repository does not exist, the response must return 404 Not Found. If manifest deletion is disabled, the registry must respond with either a 400 Bad Request or a 405 Method Not Allowed.
679679

680680
In the event that a manifest cannot be deleted because it is referenced by another manifest, it will return 403.
681681

682-
Once deleted, a GET to '`/v2/<name>/manifests/<digest>` <sup>[end-9](#endpoints)</sup> and any tag pointing to that digest will return a 404.
682+
Once deleted, a GET to '`/v2/<name>/manifests/<digest>` and any tag pointing to that digest will return a 404.
683683

684684
When deleting an image manifest that contains a subject field, and the referrers API returns a 404, clients should:
685685

0 commit comments

Comments
 (0)