Skip to main content
DELETE
/
v1
/
namespaces
/
{tenant_meta.namespace}
/
repositories
/
{uuid}
DeleteRepository
curl --request DELETE \
  --url https://api.endorlabs.com/v1/namespaces/{tenant_meta.namespace}/repositories/{uuid}
{}

Path Parameters

tenant_meta.namespace
string
required

Namespaces are a way to organize organizational units into virtual groupings of resources. Namespaces must be a fully qualified name, for example, the child namespace of namespace "endor.prod" called "app" is called "endor.prod.app".

uuid
string
required

The UUID of the resource to be deleted.

Query Parameters

delete_parameters.action
string

Action to be executed with delete request.

delete_parameters.force
boolean

Force will force the deletion of the resource if any checks fail.

Response

A successful response.

The response is of type object.