Skip to content

Delete OCI registry

DELETE
/api/v1/registries/oci/{id}
curl --request DELETE \
--url http://localhost:3000/api/v1/registries/oci/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'X-API-Key: <X-API-Key>'

Deletes an OCI registry.

id
required
string format: uuid

OCI registry UUID

OCI registry deleted successfully

Unauthorized

Forbidden

OCI registry not found