# Delete Repository or Image Delete a repository or image that is part of a project. Endpoint: DELETE /api/v1/projects/{project_name}/repositories Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Path parameters: - `project_name` (string, required) The project name ## Query parameters: - `repository_name` (string, required) Name of the repository containing the image to be deleted ## Response 400 fields ## Response 401 fields ## Response 500 fields